Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Don't use rules that also match ".html" #1811

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ubipo
Copy link

@ubipo ubipo commented Mar 22, 2021

This adds a check so that rules that match foo.vue.html but also foo.html are ignored.

Resolves #1625

All tests pass and I've verified this myself with Webpack 5. I also added a Webpack 4 version but didn't verify that one.

I don't totally know if my assumption that a vue-loader rule should only match "foo.vue.html" and not "foo.vue" is correct...
Where is "foo.vue.html" used? I only ever use "foo.vue" myself.

This adds a check so that rules that match foo.vue.html but *also* foo.html are ignored.

Resolves vuejs#1625
@ubipo
Copy link
Author

ubipo commented Mar 22, 2021

Huh weird, the tests pass on my machine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vue-loader errored when html-loader is defined BEFORE it in webpack 5 configuration.
1 participant