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()
    ],
相關文章
相關標籤/搜索