Skip to content

Commit c1f4660

Browse files
authored
chore: update code comment (vuejs#1860)
1 parent c503322 commit c1f4660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugin-webpack4.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class VueLoaderPlugin {
6969
vueLoaderUse.ident = 'vue-loader-options'
7070
vueLoaderUse.options = vueLoaderUse.options || {}
7171

72-
// for each user rule (expect the vue rule), create a cloned rule
72+
// for each user rule (except the vue rule), create a cloned rule
7373
// that targets the corresponding language blocks in *.vue files.
7474
const clonedRules = rules
7575
.filter(r => r !== vueRule)

0 commit comments

Comments
 (0)