We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
15.7.1
https://github.com/ddmy/webpack-study
use npm run build or npm run dev console can see
npm run build
npm run dev
Normal use
Error: [VueLoaderPlugin Error] No matching use for vue-loader is found. Make sure the rule matching .vue files include vue-loader in its use.
The text was updated successfully, but these errors were encountered:
实际上vue-loader 15现在不支持happypack 因为happypack内部使用了虚拟的compiler和loaderContext,不建议使用这个happypack了,你可以看下 https://github.com/webpack-contrib/thread-loader,vue-loader对其提供了支持。
Sorry, something went wrong.
@yyx990803
got same issue
I confirm I have the same error with 15.9.5 version
No branches or pull requests
Version
15.7.1
Reproduction link
https://github.com/ddmy/webpack-study
Steps to reproduce
use
npm run build
ornpm run dev
console can see
What is expected?
Normal use
What is actually happening?
Error: [VueLoaderPlugin Error] No matching use for vue-loader is found.
Make sure the rule matching .vue files include vue-loader in its use.
The text was updated successfully, but these errors were encountered: