I have a problem whith vue-hot-reload-api
wuxiangwa opened this issue · 3 comments
wuxiangwa commented
jmxx commented
inickel commented
the same problem,
install was called with arguments of vue is typeof css-loader
, not vue instance,
dr-itz commented
For me, adding
IS_PRODUCTION ?
new webpack.HashedModuleIdsPlugin() :
new webpack.NamedModulesPlugin(),
to the plugin section in webpack.config.js
seems to fix the problem