Project scenario:
using webpck5 package vue3 plug-in to import Vue loader appears font>
Error: [VueLoaderPlugin Error] No matching use for vue-loader is found.
Make sure the rule matching .vue files include vue-loader in its use.
terms of settlement:
It can be solved by putting Vue loader in the first place
module: {
rules: [
{
test: /\.vue$/,
loader: "vue-loader",
},