()
| 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 |