-
Notifications
You must be signed in to change notification settings - Fork 918
[15.0.0-beta.2] VueLoaderPlugin Error: no matching rule for vue files are found. #1202
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
Comments
Sorry for duplicate #1201 :( |
That was a quick sequence of issues. 😁 |
fixed in 2be5507 |
@yyx990803 Please document the use of VueLoaderPlugin |
@Heartnett Are you looking for the vue-loader docs? |
Thanks! |
I got the same error message when I try to move the 'vue-loader' to oneOf:
error message : |
Version
15.0.0-beta.2
Reproduction link
n/a
Steps to reproduce
I noticed that i am getting this error when rule for
.vue
files containsinclude
option with absolute folder path. Example of failing webpack configFull log:
Webpack version 3.11.0
What is expected?
I would like to bundle my project without error.
What is actually happening?
Webpack throws mentioned error
The text was updated successfully, but these errors were encountered: