UNPKG

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