UNPKG

226 BJavaScriptView Raw
1import 'eventsource-polyfill';
2
3var hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true');
4
5hotClient.subscribe(function (event) {
6 if (event.action === 'reload') {
7 window.location.reload();
8 }
9});
\No newline at end of file