-
Notifications
You must be signed in to change notification settings - Fork 202
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
Production build failing: error from UglifyJs #30
Comments
Can you provide more details on how you change the code, or a repo.
|
Sorry, my bad, i had not fresh source. What is creating this issue is module So now it is maybe not vuepack's failure. Could you guide me how to solve this? I am new to whole webpack/bundling/etc. Thanks. |
Ok, seems It failed because that package is written in ES6 and Why it failed even if you didn't import
|
Thank you for detailed explanation, now I understand.
|
Maybe yours is better. |
Great, don't you think this could be part od vuepack by default? |
Updated 👏 |
Hello,
when i build (
npm run build
) fresh vuepack, it compiles OK.however, when i import some module, for example
jquery
, prod. build fails with error:Is there some configuration I can change to supress this error?
thank you very much.
The text was updated successfully, but these errors were encountered: