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

Function hotDownloadUpdateChunk

public/bundle.js:9–16  ·  view source on GitHub ↗
(chunkId)

Source from the content-addressed store, hash-verified

7/******/ }
8/******/
9/******/ function hotDownloadUpdateChunk(chunkId) { // eslint-disable-line no-unused-vars
10/******/ var head = document.getElementsByTagName("head")[0];
11/******/ var script = document.createElement("script");
12/******/ script.type = "text/javascript";
13/******/ script.charset = "utf-8";
14/******/ script.src = __webpack_require__.p + "" + chunkId + "." + hotCurrentHash + ".hot-update.js";
15/******/ head.appendChild(script);
16/******/ }
17/******/
18/******/ function hotDownloadManifest(callback) { // eslint-disable-line no-unused-vars
19/******/ if(typeof XMLHttpRequest === "undefined")

Callers 1

hotEnsureUpdateChunkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected