We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9216612 commit 476f466Copy full SHA for 476f466
lib/index.js
@@ -15,7 +15,7 @@ const { NS } = require('./plugin')
15
module.exports = function (source) {
16
const loaderContext = this
17
18
- if (!loaderContext[NS]) {
+ if (!loaderContext['thread-loader'] && !loaderContext[NS]) {
19
loaderContext.emitError(new Error(
20
`vue-loader was used without the corresponding plugin. ` +
21
`Make sure to include VueLoaderPlugin in your webpack config.`
0 commit comments