stephencookdev / speed-measure-webpack-plugin

⏱ See how fast (or not) your plugins and loaders are, so you can optimise your builds
MIT License
2.41k stars 80 forks source link

vue-loader was used without the corresponding plugin. #200

Open Macrolam opened 10 months ago

Macrolam commented 10 months ago

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

LikeDreamwalker commented 9 months ago

Same issues here and I just wondering if SMP just doesn't support webpack 5, and I am using webpack 5 too, also the home page said SMP supports webpack from 1 to 4.