question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No matching use for vue-loader is found.

See original GitHub issue

Version

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:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

9reactions
yyx990803commented, Aug 13, 2018

You have two instances of VueLoaderPlugin applied in your config.

3reactions
gijsrogecommented, Aug 15, 2018

@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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found