-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Should not use vue inner util, after upgrade everything doesn't worked #192
Comments
/cc @posva |
Same for me, crashed a release of a nuxt 2 project on my side. |
Does anybody has a boiled down repro? I don't see why In https://github.com/posva/old-cli-vue-router it uses the esm version and it works fine |
It is not vue.util, it is vue.warn that crashes. Im in the middle of 4 releases, and patching this projects through, so I can't do much right now sorry. |
It's |
Apologies, didn't check carefully. I've solved it by forcing a specific version (downgrade to 13.8). I'm sharing my package json, hope it helps for the repro steps. |
Yes, the same issue on |
@posva you have build or generate the project, next you have to start the project in your local |
latest version of vue-demi added
var warn = Vue.util.warn
cause all old webpack build doesn't workedthis error is Vue.util is undefined
The text was updated successfully, but these errors were encountered: