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 c17d755 commit ef82da9Copy full SHA for ef82da9
src/index.js
@@ -511,6 +511,7 @@ class ExtractCssChunksPlugin {
511
// no module found => there is a conflict
512
// use list with fewest failed deps
513
// and emit a warning
514
+ if (!bestMatch) break;
515
const fallbackModule = bestMatch.pop();
516
517
if (!this.options.ignoreOrder) {
0 commit comments