-
Notifications
You must be signed in to change notification settings - Fork 128
incompatible with uglifyjs #20
Comments
Don't know enough about Uglify, sorry. Does it support ES6? That might be the difference. |
uglify does not support es6, so I thought you might add a build config to transpile the code to es5... |
Fair enough @evgenyfadeev, I'm open to any PRs for build config. |
@aceakash @evgenyfadeev |
From terser
|
bump |
es6 has been out for almost 5 years. why go through the trouble of supporting uglify-js? don't enable outdated code. |
Isn't this PR adding support for ES6 with babel? Can it be merged? |
Hello, I'm getting this when building the productio package
....... from UglifyJs
Unexpected token: punc (,) ....
Perhaps there is a way to add build configuration to the package to fix this?
I've gone around by copying the code in my utilities library.
Thanks!
The text was updated successfully, but these errors were encountered: