-
uglify-js 3.19.3
[test-js.zip](https://github.com/user-attachments/files/17452043/test-js.zip)
Run
```
uglifyjs test.js
```
Receive
```
ERROR: Maximum call stack size exceeded
at [Symbo…
-
Hi Team,
I am using glup for minification and using visual studio 2022 ID for the same .
visual studio 2022 version -> 17.11.5
Node version -> v18.20.4
npm -> 10.9.0
i m facing the below…
-
It would be nice to change `uglify-js` to `uglify-es` or add an option to choose between two since now if I have an es6 code the minification for JS is just useless.
-
It looks like `uglify-es` has been deprecated on NPM. Further, `terser` seems to a more common tool used for compressing JS assets, so we should replace `uglify-js` with it.
Hopefully this may also…
-
See pugjs/pug#2767
-
The app don't start, it stop due to this error:
\Node.VaSH\libs\server\express.vash.packer.js:53
return jsPacker.gen_code(ast); // compressed code here
^
TypeError: Ca…
-
**Uglify version (`uglifyjs -V`)** 3.19.3
**JavaScript input**
```js
self.MyGlobal = 1
console.log(self.MyGlobal);
console.log(self.MyGlobal2);
```
**The `uglifyjs` CLI command executed…
-
I installed the extension JS & CSS Minifier in Visual Studio Code. I am trying to minify and compress my js, so that all variable names get shortened/uglified in the compiled file. For example, if i h…
-
Moved here from: https://github.com/PolymerElements/polymer-starter-kit/issues/378
Steps to reproduce:
yo polymer
yo polymer:el test-firebase
bower install --save GoogleWebComponents/firebase-elemen…
-
See https://npmjs.com/advisories/48 for more details.
Related: https://github.com/mcandre/jsfmt2/issues/1