UNPKG

icy-panorama

Version:
8 lines (7 loc) 184 B
const hotClient = require('webpack-hot-middleware/client'); // subscribe event hotClient.subscribe((event) => { if (event.action === 'reload') { window.location.reload(); } })