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 7f19065 commit a16d240Copy full SHA for a16d240
src/index.js
@@ -397,7 +397,7 @@ class MiniCssExtractPlugin {
397
// (to avoid a breaking change)
398
// TODO remove this in next mayor version
399
// and increase minimum webpack version to 4.12.0
400
- modules.sort((a, b) => b.index2 - a.index2);
+ modules.sort((a, b) => a.index2 - b.index2);
401
}
402
const source = new ConcatSource();
403
const externalsSource = new ConcatSource();
0 commit comments