-
Notifications
You must be signed in to change notification settings - Fork 101
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
issue with prod build #6
Comments
Hi @shikharani16, I found this: https://github.com/terser/terser#why-choose-terser:
Maybe you can replace |
Hi,, yes I tried It yesterday and it was working fine. Thanks |
Hi, @shikharani16 Thanks for your reply. If you want to know, here is the commit d355657 |
sure will check and let you know. Thank you |
Hi, I have updated to release v0.13.5 and now look like new problem is coming after that. |
Hi, You should upgrade version to 0.15.0 for the new API. here is the example: |
I tried using 0.15.0 but looks like that created many issues with CSS so I switched back to 0.13.5. |
ERROR in vueBundle.js from UglifyJs
Unexpected token: keyword «const» [vueBundle.js:14019,6022]
I am getting this error. I am using Webpack : 4 .I know this component is using ES6 and UglifyJS does not support ES6.
Do you some suggestion what should I do to resolve it.
The text was updated successfully, but these errors were encountered: