We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964423d commit 37fbaebCopy full SHA for 37fbaeb
lib/plugin.js
@@ -53,7 +53,7 @@ class VueLoaderPlugin {
53
const vueUse = vueRule.use
54
// get vue-loader options
55
const vueLoaderUseIndex = vueUse.findIndex(u => {
56
- return /^vue-loader|(\/|\\)vue-loader/.test(u.loader)
+ return /^vue-loader|(\/|\\|@)vue-loader/.test(u.loader)
57
})
58
59
if (vueLoaderUseIndex < 0) {
0 commit comments