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 9a1eca5 commit 8d1d569Copy full SHA for 8d1d569
lib/optimize/RemoveEmptyChunksPlugin.js
@@ -15,6 +15,7 @@ class RemoveEmptyChunksPlugin {
15
!chunk.hasRuntime() &&
16
!chunk.hasEntryModule()
17
) {
18
+ chunk.remove("empty");
19
chunks.splice(i, 1);
20
}
21
0 commit comments