3
3
exports[`normalizeOptions client custom transport path should set correct options 1`] = `
4
4
Object {
5
5
"client": Object {
6
+ "hotEntry": true,
6
7
"overlay": true,
7
8
"transport": "/path/to/custom/client/",
8
9
},
@@ -37,6 +38,7 @@ exports[`normalizeOptions client host and port should set correct options 1`] =
37
38
Object {
38
39
"client": Object {
39
40
"host": "my.host",
41
+ "hotEntry": true,
40
42
"overlay": true,
41
43
"port": 9000,
42
44
},
@@ -70,6 +72,7 @@ Object {
70
72
exports[`normalizeOptions client path should set correct options 1`] = `
71
73
Object {
72
74
"client": Object {
75
+ "hotEntry": true,
73
76
"overlay": true,
74
77
"path": "/custom/path/",
75
78
},
@@ -103,6 +106,7 @@ Object {
103
106
exports[`normalizeOptions client path without leading/ending slashes should set correct options 1`] = `
104
107
Object {
105
108
"client": Object {
109
+ "hotEntry": true,
106
110
"overlay": true,
107
111
"path": "custom/path",
108
112
},
@@ -136,6 +140,7 @@ Object {
136
140
exports[`normalizeOptions client.transport sockjs string should set correct options 1`] = `
137
141
Object {
138
142
"client": Object {
143
+ "hotEntry": true,
139
144
"overlay": true,
140
145
"transport": "sockjs",
141
146
},
@@ -169,6 +174,7 @@ Object {
169
174
exports[`normalizeOptions client.transport ws string and webSocketServer ws string should set correct options 1`] = `
170
175
Object {
171
176
"client": Object {
177
+ "hotEntry": true,
172
178
"overlay": true,
173
179
"transport": "ws",
174
180
},
@@ -202,6 +208,7 @@ Object {
202
208
exports[`normalizeOptions client.transport ws string should set correct options 1`] = `
203
209
Object {
204
210
"client": Object {
211
+ "hotEntry": true,
205
212
"overlay": true,
206
213
"transport": "ws",
207
214
},
@@ -235,6 +242,7 @@ Object {
235
242
exports[`normalizeOptions dev is set should set correct options 1`] = `
236
243
Object {
237
244
"client": Object {
245
+ "hotEntry": true,
238
246
"overlay": true,
239
247
},
240
248
"devMiddleware": Object {
@@ -269,6 +277,7 @@ Object {
269
277
exports[`normalizeOptions firewall is set should set correct options 1`] = `
270
278
Object {
271
279
"client": Object {
280
+ "hotEntry": true,
272
281
"overlay": true,
273
282
},
274
283
"devMiddleware": Object {},
@@ -301,6 +310,7 @@ Object {
301
310
exports[`normalizeOptions hot is false should set correct options 1`] = `
302
311
Object {
303
312
"client": Object {
313
+ "hotEntry": false,
304
314
"overlay": true,
305
315
},
306
316
"devMiddleware": Object {},
@@ -333,6 +343,7 @@ Object {
333
343
exports[`normalizeOptions hot is only should set correct options 1`] = `
334
344
Object {
335
345
"client": Object {
346
+ "hotEntry": "only",
336
347
"overlay": true,
337
348
},
338
349
"devMiddleware": Object {},
@@ -365,6 +376,7 @@ Object {
365
376
exports[`normalizeOptions hot is true should set correct options 1`] = `
366
377
Object {
367
378
"client": Object {
379
+ "hotEntry": true,
368
380
"overlay": true,
369
381
},
370
382
"devMiddleware": Object {},
@@ -397,6 +409,7 @@ Object {
397
409
exports[`normalizeOptions liveReload is false should set correct options 1`] = `
398
410
Object {
399
411
"client": Object {
412
+ "hotEntry": true,
400
413
"overlay": true,
401
414
},
402
415
"devMiddleware": Object {},
@@ -429,6 +442,7 @@ Object {
429
442
exports[`normalizeOptions liveReload is true should set correct options 1`] = `
430
443
Object {
431
444
"client": Object {
445
+ "hotEntry": true,
432
446
"overlay": true,
433
447
},
434
448
"devMiddleware": Object {},
@@ -461,6 +475,7 @@ Object {
461
475
exports[`normalizeOptions multi compiler watchOptions is set should set correct options 1`] = `
462
476
Object {
463
477
"client": Object {
478
+ "hotEntry": true,
464
479
"overlay": true,
465
480
},
466
481
"devMiddleware": Object {},
@@ -495,6 +510,7 @@ Object {
495
510
exports[`normalizeOptions no options should set correct options 1`] = `
496
511
Object {
497
512
"client": Object {
513
+ "hotEntry": true,
498
514
"overlay": true,
499
515
},
500
516
"devMiddleware": Object {},
@@ -527,6 +543,7 @@ Object {
527
543
exports[`normalizeOptions single compiler watchOptions is object should set correct options 1`] = `
528
544
Object {
529
545
"client": Object {
546
+ "hotEntry": true,
530
547
"overlay": true,
531
548
},
532
549
"devMiddleware": Object {},
@@ -561,6 +578,7 @@ Object {
561
578
exports[`normalizeOptions single compiler watchOptions is object with static watch overriding it should set correct options 1`] = `
562
579
Object {
563
580
"client": Object {
581
+ "hotEntry": true,
564
582
"overlay": true,
565
583
},
566
584
"devMiddleware": Object {},
@@ -595,6 +613,7 @@ Object {
595
613
exports[`normalizeOptions single compiler watchOptions is object with static watch true should set correct options 1`] = `
596
614
Object {
597
615
"client": Object {
616
+ "hotEntry": true,
598
617
"overlay": true,
599
618
},
600
619
"devMiddleware": Object {},
@@ -629,6 +648,7 @@ Object {
629
648
exports[`normalizeOptions single compiler watchOptions is object with watch false should set correct options 1`] = `
630
649
Object {
631
650
"client": Object {
651
+ "hotEntry": true,
632
652
"overlay": true,
633
653
},
634
654
"devMiddleware": Object {},
@@ -661,6 +681,7 @@ Object {
661
681
exports[`normalizeOptions static is an array of static objects should set correct options 1`] = `
662
682
Object {
663
683
"client": Object {
684
+ "hotEntry": true,
664
685
"overlay": true,
665
686
},
666
687
"devMiddleware": Object {},
@@ -704,6 +725,7 @@ Object {
704
725
exports[`normalizeOptions static is an array of strings and static objects should set correct options 1`] = `
705
726
Object {
706
727
"client": Object {
728
+ "hotEntry": true,
707
729
"overlay": true,
708
730
},
709
731
"devMiddleware": Object {},
@@ -747,6 +769,7 @@ Object {
747
769
exports[`normalizeOptions static is an array of strings should set correct options 1`] = `
748
770
Object {
749
771
"client": Object {
772
+ "hotEntry": true,
750
773
"overlay": true,
751
774
},
752
775
"devMiddleware": Object {},
@@ -790,6 +813,7 @@ Object {
790
813
exports[`normalizeOptions static is an object should set correct options 1`] = `
791
814
Object {
792
815
"client": Object {
816
+ "hotEntry": true,
793
817
"overlay": true,
794
818
},
795
819
"devMiddleware": Object {},
@@ -822,6 +846,7 @@ Object {
822
846
exports[`normalizeOptions static is false should set correct options 1`] = `
823
847
Object {
824
848
"client": Object {
849
+ "hotEntry": true,
825
850
"overlay": true,
826
851
},
827
852
"devMiddleware": Object {},
@@ -842,6 +867,7 @@ Object {
842
867
exports[`normalizeOptions static is string should set correct options 1`] = `
843
868
Object {
844
869
"client": Object {
870
+ "hotEntry": true,
845
871
"overlay": true,
846
872
},
847
873
"devMiddleware": Object {},
@@ -874,6 +900,7 @@ Object {
874
900
exports[`normalizeOptions static is true should set correct options 1`] = `
875
901
Object {
876
902
"client": Object {
903
+ "hotEntry": true,
877
904
"overlay": true,
878
905
},
879
906
"devMiddleware": Object {},
@@ -906,6 +933,7 @@ Object {
906
933
exports[`normalizeOptions static publicPath is a string should set correct options 1`] = `
907
934
Object {
908
935
"client": Object {
936
+ "hotEntry": true,
909
937
"overlay": true,
910
938
},
911
939
"devMiddleware": Object {},
@@ -938,6 +966,7 @@ Object {
938
966
exports[`normalizeOptions static publicPath is an array should set correct options 1`] = `
939
967
Object {
940
968
"client": Object {
969
+ "hotEntry": true,
941
970
"overlay": true,
942
971
},
943
972
"devMiddleware": Object {},
@@ -971,6 +1000,7 @@ Object {
971
1000
exports[`normalizeOptions static serveIndex is an object should set correct options 1`] = `
972
1001
Object {
973
1002
"client": Object {
1003
+ "hotEntry": true,
974
1004
"overlay": true,
975
1005
},
976
1006
"devMiddleware": Object {},
@@ -1003,6 +1033,7 @@ Object {
1003
1033
exports[`normalizeOptions static serveIndex is false should set correct options 1`] = `
1004
1034
Object {
1005
1035
"client": Object {
1036
+ "hotEntry": true,
1006
1037
"overlay": true,
1007
1038
},
1008
1039
"devMiddleware": Object {},
@@ -1033,6 +1064,7 @@ Object {
1033
1064
exports[`normalizeOptions static serveIndex is true should set correct options 1`] = `
1034
1065
Object {
1035
1066
"client": Object {
1067
+ "hotEntry": true,
1036
1068
"overlay": true,
1037
1069
},
1038
1070
"devMiddleware": Object {},
@@ -1065,6 +1097,7 @@ Object {
1065
1097
exports[`normalizeOptions static watch is an object should set correct options 1`] = `
1066
1098
Object {
1067
1099
"client": Object {
1100
+ "hotEntry": true,
1068
1101
"overlay": true,
1069
1102
},
1070
1103
"devMiddleware": Object {},
@@ -1099,6 +1132,7 @@ Object {
1099
1132
exports[`normalizeOptions static watch is false should set correct options 1`] = `
1100
1133
Object {
1101
1134
"client": Object {
1135
+ "hotEntry": true,
1102
1136
"overlay": true,
1103
1137
},
1104
1138
"devMiddleware": Object {},
@@ -1131,6 +1165,7 @@ Object {
1131
1165
exports[`normalizeOptions static watch is true should set correct options 1`] = `
1132
1166
Object {
1133
1167
"client": Object {
1168
+ "hotEntry": true,
1134
1169
"overlay": true,
1135
1170
},
1136
1171
"devMiddleware": Object {},
@@ -1163,6 +1198,7 @@ Object {
1163
1198
exports[`normalizeOptions webSocketServer custom server class should set correct options 1`] = `
1164
1199
Object {
1165
1200
"client": Object {
1201
+ "hotEntry": true,
1166
1202
"overlay": true,
1167
1203
},
1168
1204
"devMiddleware": Object {},
@@ -1195,6 +1231,7 @@ Object {
1195
1231
exports[`normalizeOptions webSocketServer custom server path should set correct options 1`] = `
1196
1232
Object {
1197
1233
"client": Object {
1234
+ "hotEntry": true,
1198
1235
"overlay": true,
1199
1236
},
1200
1237
"devMiddleware": Object {},
0 commit comments