You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add this line before vue-loader in webpack 5 configuration.
{
test: /\.html?$/,
loader: 'html-loader'
},
What is expected?
No error.
What is actually happening?
⬢ webpack: Error: [VueLoaderPlugin Error] No matching use for vue-loader is found.
Make sure the rule matching .vue files include vue-loader in its use.
This is almost exactly the same as a past issue: #1246
But this time it's webpack 5.
lovetingyuan, Lisiadito, LeBenLeBen, celoprd and TingAli-InfoTrack