lasso-js / lasso

Advanced JavaScript module bundler, asset pipeline and optimizer
580 stars 75 forks source link

Switch to terser from uglify-js #296

Closed StarpTech closed 5 years ago

StarpTech commented 5 years ago

Why?

uglify-es is no longer maintained and uglify-js does not support ES6+. terser is a fork of uglify-es that retains API and CLI compatibility with uglify-es and uglify-js@3.

@DylanPiercey would you accept a PR?

DylanPiercey commented 5 years ago

@StarpTech I think switching to terser would be a good option and would happily work with you on a PR.