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 8851427 commit c7c9239Copy full SHA for c7c9239
lib/HotModuleReplacementPlugin.js
@@ -93,6 +93,7 @@ HotModuleReplacementPlugin.prototype.apply = function(compiler) {
93
var filename = hotUpdateChunkFilename
94
.replace(Template.REGEXP_HASH, records.hash)
95
.replace(Template.REGEXP_ID, chunkId);
96
+ this.additionalChunkAssets.push(filename);
97
this.assets[filename] = source;
98
hotUpdateMainContent.c.push(chunkId);
99
currentChunk.files.push(filename);
0 commit comments