Skip to content

Commit

Permalink
Update ChunkManifestPlugin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leebenson authored Oct 17, 2017
1 parent d21232c commit 8362e98
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 8362e98

Please sign in to comment.