We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when i npm update and npm run dev
i have err
i print vue.__esMoudule and it is undefined and next vue.version is undefined. how can i do?
The text was updated successfully, but these errors were encountered:
Hi!
I have the same problem, Vue variable is undefined.
My vue-loader version is 11.3.3 and vue-hot-reload-api version is 2.0.11.
How can I solve this?
Thanks.
Sorry, something went wrong.
the same problem, install was called with arguments of vue is typeof css-loader, not vue instance,
css-loader
For me, adding
IS_PRODUCTION ? new webpack.HashedModuleIdsPlugin() : new webpack.NamedModulesPlugin(),
to the plugin section in webpack.config.js seems to fix the problem
webpack.config.js
No branches or pull requests
when i npm update and npm run dev
i have err
i print vue.__esMoudule and it is undefined and next vue.version is undefined.
how can i do?
The text was updated successfully, but these errors were encountered: