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 399aa9a commit 26646aeCopy full SHA for 26646ae
src/index.js
@@ -461,7 +461,7 @@ class MiniCssExtractPlugin {
461
const { module } = issuerDeps[i];
462
if (asyncModuleToBeRebuild.has(module)) {
463
firstIndex = i;
464
- content.push(module.content.replace(/(?:[\r\n]+)/g, '\\n'));
+ content.unshift(module.content.replace(/(?:[\r\n]+)/g, '\\n'));
465
issuerDeps.splice(i, 1);
466
}
467
0 commit comments