Skip to content

Commit

Permalink
add chunkid declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffin143 committed Jan 14, 2020
1 parent 4bb706f commit 2101892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/HotModuleReplacement.runtime.js
Expand Up @@ -11,6 +11,7 @@ var hotDownloadManifest = undefined;
var hotDownloadUpdateChunk = undefined;
var hotDisposeChunk = undefined;
var modules = undefined;
var chunkId = undefined;

module.exports = function() {
var hotApplyOnUpdate = true;
Expand Down Expand Up @@ -213,7 +214,6 @@ module.exports = function() {
/*foreachInstalledChunks*/
// eslint-disable-next-line no-lone-blocks
{
/*globals chunkId */
hotEnsureUpdateChunk(chunkId);
}
if (
Expand Down

0 comments on commit 2101892

Please sign in to comment.