vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config.

こ雲淡風輕ζ 提交于 2019-12-05 01:04:21

默认,webpack无法打包.vue文件,需要安装 相关的loader:

cnpm i vue-loader vue-template-compiler -D

提示以下错误信息:
Module Error (from ./node_modules/_vue-loader@15.7.2@vue-loader/lib/index.js):
vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config.

解决办法:
参考博客:https://blog.csdn.net/cominglately/article/details/80555210
完美解决

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!