-
Hello!
I've configured my babel-loader so that it outputs ES6 code (and not transpiled ES5). Can you please advise how I can replace uglify with [uglify-es](https://www.npmjs.com/package/uglify-es)…
-
Can we please add support for +ES6?
-
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…
-
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.
-
#### Short description of the problem:
ionic-app-scripts currently use uglify-js to minify Ionic apps. Uglify-js supports only es5 so the typescript compiler must target es5 which leads to more gen…
-
ES6+ requirement.
The markojs starter fails to minify in production mode due to the use of () => syntax. Seems to make sense to upgrade to the version of uglify which supports the syntax used in ot…
-
-
There has been development on a new fork of uglify-es, which is now called terser and has its own package!
"terser": "^3.7.3"
Please upgrade to our new version.
-
According to @bartaz this would support ES6 syntax to compile the minified impress.min.js
-
There has been development on a new fork of uglify-es, which is now called terser and has its own package!
"terser": "^3.7.3"
Please upgrade to our new version.