No matching use for vue-loader is found.
See original GitHub issueVersion
15.3.0
Reproduction link
https://codesandbox.io/s/714pln61k1
Steps to reproduce
Download the sandbox & run “yarn && yarn client:build”
What is expected?
I assume this should compile without errors
What is actually happening?
Error is thrown:
Error: [VueLoaderPlugin Error] No matching use for vue-loader is found.
Make sure the rule matching .vue files include vue-loader in its use.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
VueLoaderPlugin Error: No matching use for vue-loader is found
I get this error: Error: [VueLoaderPlugin Error] No matching use for vue-loader is found. Make sure the rule matching . vue files include...
Read more >[VueLoaderPlugin Error] No matching rule for .vue files found ...
Webpack throws the following error: [VueLoaderPlugin Error] No matching rule for .vue files found. Make sure there is at least one root-level ...
Read more >[VueLoaderPlugin Error] No matching use for vue-loader is ...
Hi there, I am stuck on VueLoaderPlugin problem (Webpack) for quite a while even after googling for hours. Error: [VueLoaderPlugin Error] No ......
Read more >[VueLoaderPlugin Error] No matching use for vue-loader is ...
报错Error: [VueLoaderPlugin Error] No matching use for vue-loader is found. Make sure the rule matching .vue files include vue-loader in its use ......
Read more >vue-loader - npm
When used with ts-loader , due to ts-loader 's cache invalidation behavior, it sometimes prevents the template from being hot-reloaded in ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You have two instances of
VueLoaderPlugin
applied in your config.@yyx990803 oh… I would never though about that. Maybe the only positive thing about this thread is that it might be helpful for future idiots like myself 😃
Thanks!