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

Function hotAddUpdateChunk

public/bundle.js:228–240  ·  view source on GitHub ↗
(chunkId, moreModules)

Source from the content-addressed store, hash-verified

226/******/ }
227/******/
228/******/ function hotAddUpdateChunk(chunkId, moreModules) { // eslint-disable-line no-unused-vars
229/******/ if(!hotAvailibleFilesMap[chunkId] || !hotRequestedFilesMap[chunkId])
230/******/ return;
231/******/ hotRequestedFilesMap[chunkId] = false;
232/******/ for(var moduleId in moreModules) {
233/******/ if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
234/******/ hotUpdate[moduleId] = moreModules[moduleId];
235/******/ }
236/******/ }
237/******/ if(--hotWaitingFiles === 0 && hotChunksLoading === 0) {
238/******/ hotUpdateDownloaded();
239/******/ }
240/******/ }
241/******/
242/******/ function hotEnsureUpdateChunk(chunkId) {
243/******/ if(!hotAvailibleFilesMap[chunkId]) {

Callers 1

bundle.jsFile · 0.85

Calls 1

hotUpdateDownloadedFunction · 0.85

Tested by

no test coverage detected