vue-hot-reload-api icon indicating copy to clipboard operation
vue-hot-reload-api copied to clipboard

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

Open wuxiangwa opened this issue 8 years ago • 3 comments
trafficstars

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?

wuxiangwa avatar Apr 01 '17 03:04 wuxiangwa

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.

jmxx avatar Apr 07 '17 18:04 jmxx

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

inickel avatar Aug 10 '17 02:08 inickel

For me, adding

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

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

dr-itz avatar Aug 24 '17 14:08 dr-itz