Skip to content

Commit

Permalink
Disable injecting manifest into chunks.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunyang713 authored Sep 9, 2017
1 parent d21232c commit 2208688
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ChunkManifestPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ ChunkManifestPlugin.prototype.apply = function(compiler) {
this.outputOptions.chunkFilename = "__CHUNK_MANIFEST__";
// mark as asset for emitting
compilation.assets[manifestFilename] = new RawSource(JSON.stringify(chunkManifest));
chunk.files.push(manifestFilename);
}

return _;
Expand Down

0 comments on commit 2208688

Please sign in to comment.