UNPKG
icy-panorama
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.3.0
based on three.js
github.com/icyzeroice/icy-panorama
icyzeroice/icy-panorama
icy-panorama
/
config
/
dev-client.js
8 lines
(7 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
hotClient =
require
(
'webpack-hot-middleware/client'
);
// subscribe event
hotClient.
subscribe
(
(
event
) =>
{
if
(event.
action
===
'reload'
) {
window
.
location
.
reload
(); } })