Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace uglify with terser #15846

Closed
jschill opened this issue Mar 7, 2019 · 2 comments
Closed

Replace uglify with terser #15846

jschill opened this issue Mar 7, 2019 · 2 comments

Comments

@jschill
Copy link
Contributor

jschill commented Mar 7, 2019

Long story short: Uglify is not maintained, terser is an active fork, webpack 5 is going to use terser as default.

It would be nice to see some numbers if we would gain anything in speed from replacing uglify with terser. Like these ones: webpack-contrib/terser-webpack-plugin#15

@jschill
Copy link
Contributor Author

jschill commented Mar 7, 2019

yarn build

uglify: 335.0110s
terser: 376.2628s

👎

jschill added a commit that referenced this issue Mar 7, 2019
@jschill
Copy link
Contributor Author

jschill commented Mar 20, 2019

Fixed in #15967

@jschill jschill closed this as completed Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants