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

You should be using uglify-es. #145

Closed
trusktr opened this issue Dec 8, 2017 · 2 comments · Fixed by #157
Closed

You should be using uglify-es. #145

trusktr opened this issue Dec 8, 2017 · 2 comments · Fixed by #157

Comments

@trusktr
Copy link

trusktr commented Dec 8, 2017

Using uglify-js is likely to leave your users of some modern browsers with zero-configuration errors.

F.e. you can find many bugs like this one:

meteor/meteor#9224

Just use uglify-es

@100terres
Copy link

Webpack also use it: https://webpack.js.org/plugins/uglifyjs-webpack-plugin/

@davidnagli
Copy link
Contributor

davidnagli commented Dec 10, 2017

If we would be using uglify-es, we would solve #8

We need to implement this ASAP

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

Successfully merging a pull request may close this issue.

3 participants