Skip to content

Commit bc016f4

Browse files
committed
fix nested commons chunks
1 parent 63e0d46 commit bc016f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/optimize/CommonsChunkPlugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ CommonsChunkPlugin.prototype.apply = function(compiler) {
5353
chunk.entry = false;
5454
});
5555
commonChunk.entry = true;
56-
commonChunk.id = 0;
5756
commonChunk.filenameTemplate = filenameTemplate;
5857
});
5958
});

0 commit comments

Comments
 (0)