单文件组件 引入时报错
配置webpage.config.js中的vue 需要如下写法
{ test: /\.vue/, loader: "vue-loader", }
之前写的loader 是vue, 并没有加 -loader所以报错
Posted 飞尽堂前燕
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置webpack loader vue 报错:Module build failed: TypeError: this._init is not a function相关的知识,希望对你有一定的参考价值。
单文件组件 引入时报错
配置webpage.config.js中的vue 需要如下写法
{ test: /\.vue/, loader: "vue-loader", }
之前写的loader 是vue, 并没有加 -loader所以报错
以上是关于配置webpack loader vue 报错:Module build failed: TypeError: this._init is not a function的主要内容,如果未能解决你的问题,请参考以下文章
webpack vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin(示