Closed Dan9boi closed 4 years ago
Why switch Uglify with Terser?
uglify-es is no longer maintained and uglify-js does not support ES6+. terser is a fork of uglify-es that mostly retains API and CLI compatibility with uglify-es and uglify-js@3.
uglify-es is no longer maintained and uglify-js does not support ES6+.
terser is a fork of uglify-es that mostly retains API and CLI compatibility with uglify-es and uglify-js@3.
I've also updated dependencies with npm audit
npm audit
Resolves #328
Why switch Uglify with Terser?
I've also updated dependencies with
npm audit
Resolves #328