- Notifications
You must be signed in to change notification settings - Fork919
Continue looking for vue rule if not the first rule encountered#1896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I believe "continue" was intended here instead of "break". Unless there is a good reason the vue rule should be the first non-enforce rule.https://githubmemory.com/repo/vuejs/vue-loader/issues/1826
jherdman commentedMar 29, 2022
I don't believe this is correct either. I'm working on a project that has some Vue code, and some plain JS. If I implement your change I see this despite having some Vue files in play:
Your change, however, does get me further down the road in solving the error in the noted lined tickets. |
jherdman commentedMar 29, 2022
I've tracked this down to a problem in my own configuration. I have a rule supplied by Shakapacker that looks like this: test:/\.html$/,exclude:/\.(js|mjs|jsx|ts|tsx)$/,type:'asset/source'} This rule trips the I'm not a Vue expert by any stretch of the imagination, so I'm unclear if the Good luck on your own journey! |
Uh oh!
There was an error while loading.Please reload this page.
I believe "continue" was intended here instead of "break". Unless there is a good reason the vue rule should be the first non-enforce rule.
#1826
#1625
#1574