Skip to content
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

I have a problem whith vue-hot-reload-api #54

Open
wuxiangwa opened this issue Apr 1, 2017 · 3 comments
Open

I have a problem whith vue-hot-reload-api #54

wuxiangwa opened this issue Apr 1, 2017 · 3 comments

Comments

@wuxiangwa
Copy link

when i npm update and npm run dev

image

i have err
image

image

i print vue.__esMoudule and it is undefined and next vue.version is undefined.
how can i do?

@jmxx
Copy link

jmxx commented Apr 7, 2017

Hi!

I have the same problem, Vue variable is undefined.

selection_070

My vue-loader version is 11.3.3 and vue-hot-reload-api version is 2.0.11.

How can I solve this?

Thanks.

@inickel
Copy link

inickel commented Aug 10, 2017

the same problem,
install was called with arguments of vue is typeof css-loader, not vue instance,

@dr-itz
Copy link

dr-itz commented Aug 24, 2017

For me, adding

IS_PRODUCTION ?
	new webpack.HashedModuleIdsPlugin() :
	new webpack.NamedModulesPlugin(),

to the plugin section in webpack.config.js seems to fix the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants