UNPKG

qu-build

Version:
11 lines (8 loc) 243 B
"use strict"; 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(); } });