webpack使用中新出现的问题

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

添加pluginwebpack

plugins: [
        // make sure to include the plugin for the magic
        new VueLoaderPlugin()
    ],
相关文章
相关标签/搜索