@@ -4,6 +4,7 @@ exports[`normalizeOptions client host and port should set correct options 1`] =
4
4
Object {
5
5
" client" : Object {
6
6
" host" : " my.host" ,
7
+ " overlay" : true ,
7
8
" path" : " /ws" ,
8
9
" port" : 9000 ,
9
10
},
@@ -35,6 +36,7 @@ Object {
35
36
exports [` normalizeOptions client path should set correct options 1` ] = `
36
37
Object {
37
38
" client" : Object {
39
+ " overlay" : true ,
38
40
" path" : " /custom/path" ,
39
41
},
40
42
" dev" : Object {},
@@ -65,6 +67,7 @@ Object {
65
67
exports [` normalizeOptions client path without leading/ending slashes should set correct options 1` ] = `
66
68
Object {
67
69
" client" : Object {
70
+ " overlay" : true ,
68
71
" path" : " /custom/path" ,
69
72
},
70
73
" dev" : Object {},
@@ -95,6 +98,7 @@ Object {
95
98
exports [` normalizeOptions dev is set should set correct options 1` ] = `
96
99
Object {
97
100
" client" : Object {
101
+ " overlay" : true ,
98
102
" path" : " /ws" ,
99
103
},
100
104
" dev" : Object {
@@ -127,6 +131,7 @@ Object {
127
131
exports [` normalizeOptions firewall is set should set correct options 1` ] = `
128
132
Object {
129
133
" client" : Object {
134
+ " overlay" : true ,
130
135
" path" : " /ws" ,
131
136
},
132
137
" dev" : Object {},
@@ -157,6 +162,7 @@ Object {
157
162
exports [` normalizeOptions hot is false should set correct options 1` ] = `
158
163
Object {
159
164
" client" : Object {
165
+ " overlay" : true ,
160
166
" path" : " /ws" ,
161
167
},
162
168
" dev" : Object {},
@@ -187,6 +193,7 @@ Object {
187
193
exports [` normalizeOptions hot is only should set correct options 1` ] = `
188
194
Object {
189
195
" client" : Object {
196
+ " overlay" : true ,
190
197
" path" : " /ws" ,
191
198
},
192
199
" dev" : Object {},
@@ -217,6 +224,7 @@ Object {
217
224
exports [` normalizeOptions hot is true should set correct options 1` ] = `
218
225
Object {
219
226
" client" : Object {
227
+ " overlay" : true ,
220
228
" path" : " /ws" ,
221
229
},
222
230
" dev" : Object {},
@@ -247,6 +255,7 @@ Object {
247
255
exports [` normalizeOptions liveReload is false should set correct options 1` ] = `
248
256
Object {
249
257
" client" : Object {
258
+ " overlay" : true ,
250
259
" path" : " /ws" ,
251
260
},
252
261
" dev" : Object {},
@@ -277,6 +286,7 @@ Object {
277
286
exports [` normalizeOptions liveReload is true should set correct options 1` ] = `
278
287
Object {
279
288
" client" : Object {
289
+ " overlay" : true ,
280
290
" path" : " /ws" ,
281
291
},
282
292
" dev" : Object {},
@@ -307,6 +317,7 @@ Object {
307
317
exports [` normalizeOptions multi compiler watchOptions is set should set correct options 1` ] = `
308
318
Object {
309
319
" client" : Object {
320
+ " overlay" : true ,
310
321
" path" : " /ws" ,
311
322
},
312
323
" dev" : Object {},
@@ -339,6 +350,7 @@ Object {
339
350
exports [` normalizeOptions no options should set correct options 1` ] = `
340
351
Object {
341
352
" client" : Object {
353
+ " overlay" : true ,
342
354
" path" : " /ws" ,
343
355
},
344
356
" dev" : Object {},
@@ -369,6 +381,7 @@ Object {
369
381
exports [` normalizeOptions single compiler watchOptions is object should set correct options 1` ] = `
370
382
Object {
371
383
" client" : Object {
384
+ " overlay" : true ,
372
385
" path" : " /ws" ,
373
386
},
374
387
" dev" : Object {},
@@ -401,6 +414,7 @@ Object {
401
414
exports [` normalizeOptions single compiler watchOptions is object with static watch overriding it should set correct options 1` ] = `
402
415
Object {
403
416
" client" : Object {
417
+ " overlay" : true ,
404
418
" path" : " /ws" ,
405
419
},
406
420
" dev" : Object {},
@@ -433,6 +447,7 @@ Object {
433
447
exports [` normalizeOptions single compiler watchOptions is object with static watch true should set correct options 1` ] = `
434
448
Object {
435
449
" client" : Object {
450
+ " overlay" : true ,
436
451
" path" : " /ws" ,
437
452
},
438
453
" dev" : Object {},
@@ -465,6 +480,7 @@ Object {
465
480
exports [` normalizeOptions single compiler watchOptions is object with watch false should set correct options 1` ] = `
466
481
Object {
467
482
" client" : Object {
483
+ " overlay" : true ,
468
484
" path" : " /ws" ,
469
485
},
470
486
" dev" : Object {},
@@ -495,6 +511,7 @@ Object {
495
511
exports [` normalizeOptions static is an array of static objects should set correct options 1` ] = `
496
512
Object {
497
513
" client" : Object {
514
+ " overlay" : true ,
498
515
" path" : " /ws" ,
499
516
},
500
517
" dev" : Object {},
@@ -536,6 +553,7 @@ Object {
536
553
exports [` normalizeOptions static is an array of strings and static objects should set correct options 1` ] = `
537
554
Object {
538
555
" client" : Object {
556
+ " overlay" : true ,
539
557
" path" : " /ws" ,
540
558
},
541
559
" dev" : Object {},
@@ -577,6 +595,7 @@ Object {
577
595
exports [` normalizeOptions static is an array of strings should set correct options 1` ] = `
578
596
Object {
579
597
" client" : Object {
598
+ " overlay" : true ,
580
599
" path" : " /ws" ,
581
600
},
582
601
" dev" : Object {},
@@ -618,6 +637,7 @@ Object {
618
637
exports [` normalizeOptions static is an object should set correct options 1` ] = `
619
638
Object {
620
639
" client" : Object {
640
+ " overlay" : true ,
621
641
" path" : " /ws" ,
622
642
},
623
643
" dev" : Object {},
@@ -648,6 +668,7 @@ Object {
648
668
exports [` normalizeOptions static is false should set correct options 1` ] = `
649
669
Object {
650
670
" client" : Object {
671
+ " overlay" : true ,
651
672
" path" : " /ws" ,
652
673
},
653
674
" dev" : Object {},
@@ -666,6 +687,7 @@ Object {
666
687
exports [` normalizeOptions static is string should set correct options 1` ] = `
667
688
Object {
668
689
" client" : Object {
690
+ " overlay" : true ,
669
691
" path" : " /ws" ,
670
692
},
671
693
" dev" : Object {},
@@ -696,6 +718,7 @@ Object {
696
718
exports [` normalizeOptions static is true should set correct options 1` ] = `
697
719
Object {
698
720
" client" : Object {
721
+ " overlay" : true ,
699
722
" path" : " /ws" ,
700
723
},
701
724
" dev" : Object {},
@@ -726,6 +749,7 @@ Object {
726
749
exports [` normalizeOptions static publicPath is a string should set correct options 1` ] = `
727
750
Object {
728
751
" client" : Object {
752
+ " overlay" : true ,
729
753
" path" : " /ws" ,
730
754
},
731
755
" dev" : Object {},
@@ -756,6 +780,7 @@ Object {
756
780
exports [` normalizeOptions static publicPath is an array should set correct options 1` ] = `
757
781
Object {
758
782
" client" : Object {
783
+ " overlay" : true ,
759
784
" path" : " /ws" ,
760
785
},
761
786
" dev" : Object {},
@@ -787,6 +812,7 @@ Object {
787
812
exports [` normalizeOptions static serveIndex is an object should set correct options 1` ] = `
788
813
Object {
789
814
" client" : Object {
815
+ " overlay" : true ,
790
816
" path" : " /ws" ,
791
817
},
792
818
" dev" : Object {},
@@ -817,6 +843,7 @@ Object {
817
843
exports [` normalizeOptions static serveIndex is false should set correct options 1` ] = `
818
844
Object {
819
845
" client" : Object {
846
+ " overlay" : true ,
820
847
" path" : " /ws" ,
821
848
},
822
849
" dev" : Object {},
@@ -845,6 +872,7 @@ Object {
845
872
exports [` normalizeOptions static serveIndex is true should set correct options 1` ] = `
846
873
Object {
847
874
" client" : Object {
875
+ " overlay" : true ,
848
876
" path" : " /ws" ,
849
877
},
850
878
" dev" : Object {},
@@ -875,6 +903,7 @@ Object {
875
903
exports [` normalizeOptions static watch is an object should set correct options 1` ] = `
876
904
Object {
877
905
" client" : Object {
906
+ " overlay" : true ,
878
907
" path" : " /ws" ,
879
908
},
880
909
" dev" : Object {},
@@ -907,6 +936,7 @@ Object {
907
936
exports [` normalizeOptions static watch is false should set correct options 1` ] = `
908
937
Object {
909
938
" client" : Object {
939
+ " overlay" : true ,
910
940
" path" : " /ws" ,
911
941
},
912
942
" dev" : Object {},
@@ -937,6 +967,7 @@ Object {
937
967
exports [` normalizeOptions static watch is true should set correct options 1` ] = `
938
968
Object {
939
969
" client" : Object {
970
+ " overlay" : true ,
940
971
" path" : " /ws" ,
941
972
},
942
973
" dev" : Object {},
@@ -967,6 +998,7 @@ Object {
967
998
exports [` normalizeOptions transportMode custom client path should set correct options 1` ] = `
968
999
Object {
969
1000
" client" : Object {
1001
+ " overlay" : true ,
970
1002
" path" : " /ws" ,
971
1003
},
972
1004
" dev" : Object {},
@@ -997,6 +1029,7 @@ Object {
997
1029
exports [` normalizeOptions transportMode custom server class should set correct options 1` ] = `
998
1030
Object {
999
1031
" client" : Object {
1032
+ " overlay" : true ,
1000
1033
" path" : " /ws" ,
1001
1034
},
1002
1035
" dev" : Object {},
@@ -1027,6 +1060,7 @@ Object {
1027
1060
exports [` normalizeOptions transportMode custom server path should set correct options 1` ] = `
1028
1061
Object {
1029
1062
" client" : Object {
1063
+ " overlay" : true ,
1030
1064
" path" : " /ws" ,
1031
1065
},
1032
1066
" dev" : Object {},
@@ -1057,6 +1091,7 @@ Object {
1057
1091
exports [` normalizeOptions transportMode sockjs string should set correct options 1` ] = `
1058
1092
Object {
1059
1093
" client" : Object {
1094
+ " overlay" : true ,
1060
1095
" path" : " /ws" ,
1061
1096
},
1062
1097
" dev" : Object {},
@@ -1087,6 +1122,7 @@ Object {
1087
1122
exports [` normalizeOptions transportMode ws object should set correct options 1` ] = `
1088
1123
Object {
1089
1124
" client" : Object {
1125
+ " overlay" : true ,
1090
1126
" path" : " /ws" ,
1091
1127
},
1092
1128
" dev" : Object {},
@@ -1117,6 +1153,7 @@ Object {
1117
1153
exports [` normalizeOptions transportMode ws string should set correct options 1` ] = `
1118
1154
Object {
1119
1155
" client" : Object {
1156
+ " overlay" : true ,
1120
1157
" path" : " /ws" ,
1121
1158
},
1122
1159
" dev" : Object {},
0 commit comments