Skip to content

Commit 0c6ca8e

Browse files
hedgepigdanielScriptedAlchemy
authored andcommitted
fix: Correct mistake made in implementation of orderWarning option (#159)
1 parent 9c37719 commit 0c6ca8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@ class ExtractCssChunksPlugin {
510510
.join('\n')}`
511511
)
512512
);
513-
usedModules.add(fallbackModule);
514513
}
514+
usedModules.add(fallbackModule);
515515
}
516516
}
517517
} else {

0 commit comments

Comments
 (0)