Skip to content

Commit

Permalink
refactor: fix typo (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 authored and evilebottnawi committed Aug 15, 2019
1 parent 0bacfac commit 159ce3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -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;
Expand Down

0 comments on commit 159ce3b

Please sign in to comment.