From 159ce3b4cf4afbf05ef090d7d230b0d0f7563e60 Mon Sep 17 00:00:00 2001 From: James George Date: Thu, 15 Aug 2019 16:07:18 +0530 Subject: [PATCH] refactor: fix typo (#440) --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index bbe672a4..1ce31fda 100644 --- a/src/index.js +++ b/src/index.js @@ -552,7 +552,7 @@ class MiniCssExtractPlugin { } else { // fallback for older webpack versions // (to avoid a breaking change) - // TODO remove this in next mayor version + // TODO remove this in next major version // and increase minimum webpack version to 4.12.0 modules.sort((a, b) => a.index2 - b.index2); usedModules = modules;