UNPKG

qu-build

Version:
9 lines (7 loc) 226 B
import 'eventsource-polyfill'; var hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true'); hotClient.subscribe(function (event) { if (event.action === 'reload') { window.location.reload(); } });