akkoma-fe/build/dev-client.js

10 lines
245 B
JavaScript
Raw Normal View History

2016-10-26 14:46:32 +00:00
/* eslint-disable */
require('eventsource-polyfill')
var hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true')
hotClient.subscribe(function (event) {
if (event.action === 'reload') {
window.location.reload()
}
})