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