From a8ab7914a7406811b6e56eec3ab16dfb0bd9d905 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Sat, 11 Sep 2021 10:17:43 +0800 Subject: [PATCH] chore: fix typo --- lib/plugin-webpack4.js | 2 +- lib/plugin-webpack5.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/plugin-webpack4.js b/lib/plugin-webpack4.js index a56b5edce..c06aea275 100644 --- a/lib/plugin-webpack4.js +++ b/lib/plugin-webpack4.js @@ -48,7 +48,7 @@ class VueLoaderPlugin { ) } - // get the normlized "use" for vue files + // get the normalized "use" for vue files const vueUse = vueRule.use // get vue-loader options const vueLoaderUseIndex = vueUse.findIndex(u => { diff --git a/lib/plugin-webpack5.js b/lib/plugin-webpack5.js index 38df2431c..02d0642a2 100644 --- a/lib/plugin-webpack5.js +++ b/lib/plugin-webpack5.js @@ -95,7 +95,7 @@ class VueLoaderPlugin { ) } - // get the normlized "use" for vue files + // get the normalized "use" for vue files const vueUse = vueRules.filter(rule => rule.type === 'use').map(rule => rule.value) // get vue-loader options