client-hot.js 225 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import {subscribe} from 'webpack-hot-middleware/client?dynamicPublicPath=true&path=__webpack_hmr&noInfo=true&reload=true'; subscribe(function(event) { if (event.action === 'reload') { window.location.reload(); } });