Skip to content

Commit 438c81e

Browse files
committed
Revert "default chunk within chunkMap to 0"
This reverts commit 2177d62.
1 parent 2177d62 commit 438c81e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ class MiniCssExtractPlugin {
219219
getCssChunkObject(mainChunk) {
220220
const obj = {};
221221
for (const chunk of mainChunk.getAllAsyncChunks()) {
222-
obj[chunk.id] = 0;
223-
224222
for (const module of chunk.modulesIterable) {
225223
if (module.type === NS) {
226224
obj[chunk.id] = 1;

0 commit comments

Comments
 (0)