stealjs / steal-tools

Build easy. Load fast.
https://stealjs.com/docs/steal-tools.html
MIT License
67 stars 23 forks source link

Replace uglify-es with terser #1113

Closed m-mujica closed 5 years ago

m-mujica commented 5 years ago

uglify-es is no longer maintained https://github.com/mishoo/UglifyJS2/issues/3156

Terser is a fork that keeps API compatibility and it's still being developed (webpack started using in 4.26.0 https://github.com/webpack/webpack/releases/tag/v4.26.0)

https://github.com/terser-js/terser

matthewp commented 5 years ago

👍