Files: 5b2e405d30a0a28a8d6b43dd4ec8b16cdba28cf8 / build / dev-client.js
245 bytesRaw
1 | /* eslint-disable */ |
2 | require('eventsource-polyfill') |
3 | var hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true') |
4 | |
5 | hotClient.subscribe(function (event) { |
6 | if (event.action === 'reload') { |
7 | window.location.reload() |
8 | } |
9 | }) |
10 |
Built with git-ssb-web