UNPKG

232 BJavaScriptView Raw
1require('eventsource-polyfill')
2var hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true')
3
4hotClient.subscribe(function (event) {
5 if (event.action === 'reload') {
6 window.location.reload()
7 }
8})