From 180d57a699ceeac153a87320f5c127b1003c2234 Mon Sep 17 00:00:00 2001 From: jayconscious Date: Mon, 2 Aug 2021 22:50:42 +0800 Subject: [PATCH] chore: update code comment --- lib/plugin-webpack4.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugin-webpack4.js b/lib/plugin-webpack4.js index a56b5edce..c86ac7e8c 100644 --- a/lib/plugin-webpack4.js +++ b/lib/plugin-webpack4.js @@ -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)