Switch to terser from uglify-js
StarpTech opened this issue · 1 comments
StarpTech commented
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
@StarpTech I think switching to terser would be a good option and would happily work with you on a PR.