File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
test/client/__snapshots__ Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const status = {
15
15
currentHash : '' ,
16
16
} ;
17
17
const options = {
18
- hot : true ,
18
+ hot : false ,
19
19
hotReload : true ,
20
20
liveReload : false ,
21
21
initial : true ,
@@ -36,6 +36,7 @@ if (typeof window !== 'undefined') {
36
36
37
37
const onSocketMessage = {
38
38
hot ( ) {
39
+ options . hot = true ;
39
40
log . info ( '[WDS] Hot Module Replacement enabled.' ) ;
40
41
} ,
41
42
liveReload ( ) {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ exports[`index should run onSocketMessage.ok 1`] = `"Ok"`;
36
36
37
37
exports [` index should run onSocketMessage.ok 2` ] = `
38
38
Object {
39
- " hot" : true ,
39
+ " hot" : false ,
40
40
" hotReload" : true ,
41
41
" initial" : false ,
42
42
" liveReload" : false ,
You can’t perform that action at this time.
0 commit comments