vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin
webpack4.26.0集成vue-loader@15.2.6是最新的版本,vue-loader版本太高了,不支持,所有只有uninstall再重新安装低版本的vue-loader
1、//uninstall vue-loader
npm uninstall --save-dev vue-loader
2、重新安装低版本的vue-loader@14.2.2
npm install --save-dev vue-loader@14.2.2
还没有评论,来说两句吧...