Skip to content

Commit

Permalink
chore: update code comment (#1860)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayconscious authored Oct 10, 2021
1 parent c503322 commit c1f4660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugin-webpack4.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class VueLoaderPlugin {
vueLoaderUse.ident = 'vue-loader-options'
vueLoaderUse.options = vueLoaderUse.options || {}

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

0 comments on commit c1f4660

Please sign in to comment.