-
Notifications
You must be signed in to change notification settings - Fork 348
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
Support for ECMA script 6 #482
Comments
Closing as duplicate of #480 - please use |
Works perfect! Thx |
can we get this change to master? for those that rely on ES6 support every time the master branch updates the harmony's rebase caused shrinkwrap unable to find the dependency and we have to fix the build. What's preventing this feature to be merged to master? |
Is here any stable & non-deprecated way to uglify ES6 now? |
Are there any updates? |
Branch #harmony is more than 3 years old, |
just in case someone finds this issue first, it is deprecated and we should be using terser instead. See: |
Incorrect − current version of |
@alexlamsl you are right. Sorry, ignore my comment. I went only over the changelog. I think this is important enough to be stated there explicly. Issue here for reference: #554 |
When compiling my code with ECMA script 6 class definitions
class ClassName{ [code] }
i get the following:I've read your comment here here, so is it an option (don't really know how these things work) to add uglify-js-es6 to this wrapper?
The text was updated successfully, but these errors were encountered: