uglifyjs.minify expects the code and not a path
authorAlexander Ebert <ebert@woltlab.com>
Thu, 20 Aug 2020 16:13:45 +0000 (18:13 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 20 Aug 2020 16:13:45 +0000 (18:13 +0200)
commitc33f92754dc7e394f0293af6f49946c96bb0aa14
tree379be44613f5c22ba0bd24e457b14d6a87f334ad
parent58350d811b1b7a0e3d55b56e6482acfa2392745e
uglifyjs.minify expects the code and not a path

For whatever reason that this has worked in the past, in node 14+ the behavior appears to have been changed.

The `cascade` option is not mentioned in the list of valid options and since error message were implicitly suppressed, this went by unnoticed.

Fixes #3520
extra/_buildCore.js
extra/compiler.js