Open bibixx opened 6 years ago
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.
uglify-js
uglify-es
uglify-es is deprecated. terser would be a good choice
It would be nice to change
uglify-js
touglify-es
or add an option to choose between two since now if I have an es6 code the minification for JS is just useless.