We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c503322 commit c1f4660Copy full SHA for c1f4660
lib/plugin-webpack4.js
@@ -69,7 +69,7 @@ class VueLoaderPlugin {
69
vueLoaderUse.ident = 'vue-loader-options'
70
vueLoaderUse.options = vueLoaderUse.options || {}
71
72
- // for each user rule (expect the vue rule), create a cloned rule
+ // for each user rule (except the vue rule), create a cloned rule
73
// that targets the corresponding language blocks in *.vue files.
74
const clonedRules = rules
75
.filter(r => r !== vueRule)
0 commit comments