Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 467a541

Browse files
committed
No longer include chunk manifest in runtime chunk
1 parent ba766a7 commit 467a541

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/chunk-manifest-webpack-plugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ ChunkManifestPlugin.prototype.apply = function(compiler) {
4444
compilation.assets[manifestFilename] = new RawSource(
4545
JSON.stringify(chunkManifest)
4646
);
47-
chunk.files.push(manifestFilename);
4847
}
4948

5049
return _;

0 commit comments

Comments
 (0)