hexojs / hexo-asset-pipeline

A hexo plugin to minify/optimize HTML, CSS, JS and images. Supports revisioning of assets.
30 stars 16 forks source link

[Suggestion] Change `uglify-js` to `uglify-es` #32

Open bibixx opened 6 years ago

bibixx commented 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.

stevenjoezhang commented 4 years ago

uglify-es is deprecated. terser would be a good choice