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

Explicitly use terser instead of the default uglify-es minifier #82

Closed
adamstankiewicz opened this issue Nov 8, 2018 · 0 comments
Closed

Comments

@adamstankiewicz
Copy link
Member

adamstankiewicz commented Nov 8, 2018

There have been reports of production-only bugs caused by the uglify-es minifier that Webpack 4 uses by default. We should switch to explicitly use the terser minifier to avoid these potential production bugs altogether.

See https://twitter.com/dan_abramov/status/1060216917493981184.

We may want to try upgrading to Webpack to the latest version and see whether uglify-es is still used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants