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 63e0d46 commit bc016f4Copy full SHA for bc016f4
lib/optimize/CommonsChunkPlugin.js
@@ -53,7 +53,6 @@ CommonsChunkPlugin.prototype.apply = function(compiler) {
53
chunk.entry = false;
54
});
55
commonChunk.entry = true;
56
- commonChunk.id = 0;
57
commonChunk.filenameTemplate = filenameTemplate;
58
59
0 commit comments