env:
vue@2.5+
webpack@5.0.0
vue-loader@15+
when add speed measure-webpack-plugin to webpack config,Error in ./src/App.vue
Module Error from ./node_modules/vue-loader/lib/index.js:
vue-loader was used without the corresponding plugin.Make sure to include VueLoaderPlugin in your webpack config.
but,I had configed vueLoaderPlugin,still up there
env:
vue@2.5+
webpack@5.0.0
vue-loader@15+
when add speed measure-webpack-plugin to webpack config,Error in ./src/App.vue
Module Error from ./node_modules/vue-loader/lib/index.js:
vue-loader was used without the corresponding plugin.Make sure to include VueLoaderPlugin in your webpack config.
but,I had configed vueLoaderPlugin,still up there