You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Describe the solution you'd like
Terser is a fork of Uglify that retains the API and CLI compatibility. It shouldn’t really change the results, but it has more maintainers and fixes for a few long-standing issues with UglifyJS. Also, it's already used in Angular, Vue and React and we will unify the minification process in our Web + Mobile Code Sharing stories.
[ ] The uglified app size with Terser should be less or equel compared to the one with UglifyJs.
[ ] The uglified app build time with Terser should be less or equel compared to the one with UglifyJs.
[ ] The uglified app error stack traces should contain the proper line numbers based on the source maps (hidden or not).
Describe the solution you'd like
Terser is a fork of Uglify that retains the API and CLI compatibility. It shouldn’t really change the results, but it has more maintainers and fixes for a few long-standing issues with UglifyJS. Also, it's already used in Angular, Vue and React and we will unify the minification process in our Web + Mobile Code Sharing stories.
Additional context
webpack-contrib/terser-webpack-plugin#15
webpack/webpack#7923
The text was updated successfully, but these errors were encountered: