We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bacfac commit 159ce3bCopy full SHA for 159ce3b
src/index.js
@@ -552,7 +552,7 @@ class MiniCssExtractPlugin {
552
} else {
553
// fallback for older webpack versions
554
// (to avoid a breaking change)
555
- // TODO remove this in next mayor version
+ // TODO remove this in next major version
556
// and increase minimum webpack version to 4.12.0
557
modules.sort((a, b) => a.index2 - b.index2);
558
usedModules = modules;
0 commit comments