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

Function reloadApp

public/bundle.js:606–614  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

604 });
605
606 function reloadApp() {
607 if(hot) {
608 console.log("[WDS] App hot update...");
609 window.postMessage("webpackHotUpdate" + currentHash, "*");
610 } else {
611 console.log("[WDS] App updated. Reloading...");
612 window.location.reload();
613 }
614 }
615
616 /* WEBPACK VAR INJECTION */}.call(exports, "?http://0.0.0.0:8080"))
617

Callers 1

bundle.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected