• Pan's avatar
    init · d1037008
    Pan authored
    d1037008
dev-client.js 245 Bytes
/* 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()
  }
})