-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
questionFurther information is requestedFurther information is requested
Description
There are multiple plugins that can be used for JS minification. The top 3 seems to be:
- Terser (https://github.com/terser-js/terser)
- UglifyJS (https://github.com/mishoo/UglifyJS2)
- Babel minify (https://github.com/babel/minify)
Which one should be used for the best assets optimization? Compilation speed is priority number 2, of course if it would not be dramatically slower.
Some explanation: https://stackoverflow.com/questions/52661999/babel-minify-vs-terser-instead-uglify-js
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested