File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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 {
6161 const vueLoaderOptions = ( vueLoaderUse . options =
6262 vueLoaderUse . options || { } ) as VueLoaderOptions
6363
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
6565 // that targets the corresponding language blocks in *.vue files.
6666 const clonedRules = rules . filter ( ( r ) => r !== vueRule ) . map ( cloneRule )
6767
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ class VueLoaderPlugin implements Plugin {
165165 const vueLoaderOptions = ( vueLoaderUse . options =
166166 vueLoaderUse . options || { } ) as VueLoaderOptions
167167
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
169169 // that targets the corresponding language blocks in *.vue files.
170170 const refs = new Map ( )
171171 const clonedRules = rules
You can’t perform that action at this time.
0 commit comments