File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class VueLoaderPlugin implements webpack.Plugin {
61
61
const vueLoaderOptions = ( vueLoaderUse . options =
62
62
vueLoaderUse . options || { } ) as VueLoaderOptions
63
63
64
- // for each user rule (expect the vue rule), create a cloned rule
64
+ // for each user rule (except the vue rule), create a cloned rule
65
65
// that targets the corresponding language blocks in *.vue files.
66
66
const clonedRules = rules . filter ( ( r ) => r !== vueRule ) . map ( cloneRule )
67
67
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ class VueLoaderPlugin implements Plugin {
165
165
const vueLoaderOptions = ( vueLoaderUse . options =
166
166
vueLoaderUse . options || { } ) as VueLoaderOptions
167
167
168
- // for each user rule (expect the vue rule), create a cloned rule
168
+ // for each user rule (except the vue rule), create a cloned rule
169
169
// that targets the corresponding language blocks in *.vue files.
170
170
const refs = new Map ( )
171
171
const clonedRules = rules
You can’t perform that action at this time.
0 commit comments