MCPcopy Create free account
hub / github.com/ReactJSResources/react-webpack-babel / finishChunkLoading

Function finishChunkLoading

public/bundle.js:93–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91/******/ finishChunkLoading();
92/******/ }
93/******/ function finishChunkLoading() {
94/******/ hotChunksLoading--;
95/******/ if(hotStatus === "prepare") {
96/******/ if(!hotWaitingFilesMap[chunkId]) {
97/******/ hotEnsureUpdateChunk(chunkId);
98/******/ }
99/******/ if(hotChunksLoading === 0 && hotWaitingFiles === 0) {
100/******/ hotUpdateDownloaded();
101/******/ }
102/******/ }
103/******/ }
104/******/ });
105/******/ };
106/******/ return fn;

Callers 1

hotCreateRequireFunction · 0.85

Calls 2

hotEnsureUpdateChunkFunction · 0.85
hotUpdateDownloadedFunction · 0.85

Tested by

no test coverage detected