码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2020-01-06 14:53:49      阅读:64      评论:0      收藏:0      [点我收藏+]

标签:webp   with   code   class   plugins   col   style   export   html   

Vue Loader v15 现在需要配合一个 webpack 插件 VueLoaderPlugin 才能正确使用

// webpack.config.js
const VueLoaderPlugin = require(‘vue-loader/lib/plugin‘)

module.exports = {
  // ...
  plugins: [
    new VueLoaderPlugin()
  ]
}

官方文档:https://vue-loader.vuejs.org/zh/migrating.html

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

标签:webp   with   code   class   plugins   col   style   export   html   

原文地址:https://www.cnblogs.com/nili/p/12155859.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!