Open
Description
Version
15.7.1
Reproduction link
https://github.com/ddmy/webpack-study
Steps to reproduce
use npm run build
or npm 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.
Metadata
Metadata
Assignees
Labels
No labels
Activity
lovetingyuan commentedon Dec 16, 2019
实际上vue-loader 15现在不支持happypack 因为happypack内部使用了虚拟的compiler和loaderContext,不建议使用这个happypack了,你可以看下 https://github.com/webpack-contrib/thread-loader,vue-loader对其提供了支持。
SoldierAb commentedon Nov 6, 2020
@yyx990803
SoldierAb commentedon Nov 6, 2020
got same issue
darkomenx commentedon Nov 20, 2020
I confirm I have the same error with 15.9.5 version