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