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

es6 support? #367

Closed
0cv opened this issue Nov 6, 2015 · 1 comment
Closed

es6 support? #367

0cv opened this issue Nov 6, 2015 · 1 comment

Comments

@0cv
Copy link

0cv commented Nov 6, 2015

It seems like es6 minfying is not working. For example:

var x = () => "hello";

throws this error : message: 'Unexpected token: operator (>)',

@avdg
Copy link
Contributor

avdg commented Nov 10, 2015

There is no harmony support on uglifyjs2's side on npm just yet. See mishoo/UglifyJS#448 if you want to track status

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

3 participants