Novicell / novicell-frontend

Novicell default build setup, for compiling PostCSS to CSS, Babeling JS, making SVG sprites, optimizing images and more
https://frontend.novicell.cloud
29 stars 16 forks source link

Switch out Uglify with Terser #329

Closed Dan9boi closed 4 years ago

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

I've also updated dependencies with npm audit

Resolves #328