webpack-dev-server 4.4.0 → 4.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,934 @@
1
+ declare const _exports: {
2
+ "allowed-hosts": {
3
+ configs: (
4
+ | {
5
+ type: string;
6
+ multiple: boolean;
7
+ description: string;
8
+ path: string;
9
+ }
10
+ | {
11
+ description: string;
12
+ multiple: boolean;
13
+ path: string;
14
+ type: string;
15
+ values: string[];
16
+ }
17
+ )[];
18
+ description: string;
19
+ multiple: boolean;
20
+ simpleType: string;
21
+ };
22
+ "allowed-hosts-reset": {
23
+ configs: {
24
+ type: string;
25
+ multiple: boolean;
26
+ description: string;
27
+ path: string;
28
+ }[];
29
+ description: string;
30
+ simpleType: string;
31
+ multiple: boolean;
32
+ };
33
+ bonjour: {
34
+ configs: {
35
+ type: string;
36
+ multiple: boolean;
37
+ description: string;
38
+ path: string;
39
+ }[];
40
+ description: string;
41
+ negatedDescription: string;
42
+ simpleType: string;
43
+ multiple: boolean;
44
+ };
45
+ client: {
46
+ configs: {
47
+ description: string;
48
+ multiple: boolean;
49
+ path: string;
50
+ type: string;
51
+ values: boolean[];
52
+ }[];
53
+ description: string;
54
+ multiple: boolean;
55
+ simpleType: string;
56
+ };
57
+ "client-logging": {
58
+ configs: {
59
+ type: string;
60
+ values: string[];
61
+ multiple: boolean;
62
+ description: string;
63
+ path: string;
64
+ }[];
65
+ description: string;
66
+ simpleType: string;
67
+ multiple: boolean;
68
+ };
69
+ "client-overlay": {
70
+ configs: {
71
+ type: string;
72
+ multiple: boolean;
73
+ description: string;
74
+ path: string;
75
+ }[];
76
+ description: string;
77
+ negatedDescription: string;
78
+ simpleType: string;
79
+ multiple: boolean;
80
+ };
81
+ "client-overlay-errors": {
82
+ configs: {
83
+ type: string;
84
+ multiple: boolean;
85
+ description: string;
86
+ path: string;
87
+ }[];
88
+ description: string;
89
+ simpleType: string;
90
+ multiple: boolean;
91
+ };
92
+ "client-overlay-warnings": {
93
+ configs: {
94
+ type: string;
95
+ multiple: boolean;
96
+ description: string;
97
+ path: string;
98
+ }[];
99
+ description: string;
100
+ simpleType: string;
101
+ multiple: boolean;
102
+ };
103
+ "client-progress": {
104
+ configs: {
105
+ type: string;
106
+ multiple: boolean;
107
+ description: string;
108
+ path: string;
109
+ }[];
110
+ description: string;
111
+ negatedDescription: string;
112
+ simpleType: string;
113
+ multiple: boolean;
114
+ };
115
+ "client-reconnect": {
116
+ configs: {
117
+ type: string;
118
+ multiple: boolean;
119
+ description: string;
120
+ path: string;
121
+ }[];
122
+ description: string;
123
+ negatedDescription: string;
124
+ simpleType: string;
125
+ multiple: boolean;
126
+ };
127
+ "client-web-socket-transport": {
128
+ configs: (
129
+ | {
130
+ type: string;
131
+ values: string[];
132
+ multiple: boolean;
133
+ description: string;
134
+ path: string;
135
+ }
136
+ | {
137
+ type: string;
138
+ multiple: boolean;
139
+ description: string;
140
+ path: string;
141
+ }
142
+ )[];
143
+ description: string;
144
+ simpleType: string;
145
+ multiple: boolean;
146
+ };
147
+ "client-web-socket-url": {
148
+ configs: {
149
+ type: string;
150
+ multiple: boolean;
151
+ description: string;
152
+ path: string;
153
+ }[];
154
+ description: string;
155
+ simpleType: string;
156
+ multiple: boolean;
157
+ };
158
+ "client-web-socket-url-hostname": {
159
+ configs: {
160
+ type: string;
161
+ multiple: boolean;
162
+ description: string;
163
+ path: string;
164
+ }[];
165
+ description: string;
166
+ simpleType: string;
167
+ multiple: boolean;
168
+ };
169
+ "client-web-socket-url-password": {
170
+ configs: {
171
+ type: string;
172
+ multiple: boolean;
173
+ description: string;
174
+ path: string;
175
+ }[];
176
+ description: string;
177
+ simpleType: string;
178
+ multiple: boolean;
179
+ };
180
+ "client-web-socket-url-pathname": {
181
+ configs: {
182
+ type: string;
183
+ multiple: boolean;
184
+ description: string;
185
+ path: string;
186
+ }[];
187
+ description: string;
188
+ simpleType: string;
189
+ multiple: boolean;
190
+ };
191
+ "client-web-socket-url-port": {
192
+ configs: {
193
+ type: string;
194
+ multiple: boolean;
195
+ description: string;
196
+ path: string;
197
+ }[];
198
+ description: string;
199
+ simpleType: string;
200
+ multiple: boolean;
201
+ };
202
+ "client-web-socket-url-protocol": {
203
+ configs: (
204
+ | {
205
+ description: string;
206
+ multiple: boolean;
207
+ path: string;
208
+ type: string;
209
+ values: string[];
210
+ }
211
+ | {
212
+ description: string;
213
+ multiple: boolean;
214
+ path: string;
215
+ type: string;
216
+ }
217
+ )[];
218
+ description: string;
219
+ multiple: boolean;
220
+ simpleType: string;
221
+ };
222
+ "client-web-socket-url-username": {
223
+ configs: {
224
+ type: string;
225
+ multiple: boolean;
226
+ description: string;
227
+ path: string;
228
+ }[];
229
+ description: string;
230
+ simpleType: string;
231
+ multiple: boolean;
232
+ };
233
+ compress: {
234
+ configs: {
235
+ type: string;
236
+ multiple: boolean;
237
+ description: string;
238
+ path: string;
239
+ }[];
240
+ description: string;
241
+ negatedDescription: string;
242
+ simpleType: string;
243
+ multiple: boolean;
244
+ };
245
+ "history-api-fallback": {
246
+ configs: {
247
+ type: string;
248
+ multiple: boolean;
249
+ description: string;
250
+ path: string;
251
+ }[];
252
+ description: string;
253
+ simpleType: string;
254
+ multiple: boolean;
255
+ };
256
+ host: {
257
+ configs: (
258
+ | {
259
+ description: string;
260
+ multiple: boolean;
261
+ path: string;
262
+ type: string;
263
+ values: string[];
264
+ }
265
+ | {
266
+ description: string;
267
+ multiple: boolean;
268
+ path: string;
269
+ type: string;
270
+ }
271
+ )[];
272
+ description: string;
273
+ simpleType: string;
274
+ multiple: boolean;
275
+ };
276
+ hot: {
277
+ configs: (
278
+ | {
279
+ type: string;
280
+ multiple: boolean;
281
+ description: string;
282
+ path: string;
283
+ }
284
+ | {
285
+ type: string;
286
+ values: string[];
287
+ multiple: boolean;
288
+ description: string;
289
+ path: string;
290
+ }
291
+ )[];
292
+ description: string;
293
+ negatedDescription: string;
294
+ simpleType: string;
295
+ multiple: boolean;
296
+ };
297
+ http2: {
298
+ configs: {
299
+ type: string;
300
+ multiple: boolean;
301
+ description: string;
302
+ path: string;
303
+ }[];
304
+ description: string;
305
+ negatedDescription: string;
306
+ simpleType: string;
307
+ multiple: boolean;
308
+ };
309
+ https: {
310
+ configs: {
311
+ type: string;
312
+ multiple: boolean;
313
+ description: string;
314
+ path: string;
315
+ }[];
316
+ description: string;
317
+ negatedDescription: string;
318
+ simpleType: string;
319
+ multiple: boolean;
320
+ };
321
+ "https-ca": {
322
+ configs: {
323
+ type: string;
324
+ multiple: boolean;
325
+ description: string;
326
+ path: string;
327
+ }[];
328
+ description: string;
329
+ simpleType: string;
330
+ multiple: boolean;
331
+ };
332
+ "https-ca-reset": {
333
+ configs: {
334
+ description: string;
335
+ multiple: boolean;
336
+ path: string;
337
+ type: string;
338
+ }[];
339
+ description: string;
340
+ multiple: boolean;
341
+ simpleType: string;
342
+ };
343
+ "https-cacert": {
344
+ configs: {
345
+ type: string;
346
+ multiple: boolean;
347
+ description: string;
348
+ path: string;
349
+ }[];
350
+ description: string;
351
+ simpleType: string;
352
+ multiple: boolean;
353
+ };
354
+ "https-cacert-reset": {
355
+ configs: {
356
+ description: string;
357
+ multiple: boolean;
358
+ path: string;
359
+ type: string;
360
+ }[];
361
+ description: string;
362
+ multiple: boolean;
363
+ simpleType: string;
364
+ };
365
+ "https-cert": {
366
+ configs: {
367
+ type: string;
368
+ multiple: boolean;
369
+ description: string;
370
+ path: string;
371
+ }[];
372
+ description: string;
373
+ simpleType: string;
374
+ multiple: boolean;
375
+ };
376
+ "https-cert-reset": {
377
+ configs: {
378
+ description: string;
379
+ multiple: boolean;
380
+ path: string;
381
+ type: string;
382
+ }[];
383
+ description: string;
384
+ multiple: boolean;
385
+ simpleType: string;
386
+ };
387
+ "https-crl": {
388
+ configs: {
389
+ description: string;
390
+ multiple: boolean;
391
+ path: string;
392
+ type: string;
393
+ }[];
394
+ description: string;
395
+ multiple: boolean;
396
+ simpleType: string;
397
+ };
398
+ "https-crl-reset": {
399
+ configs: {
400
+ description: string;
401
+ multiple: boolean;
402
+ path: string;
403
+ type: string;
404
+ }[];
405
+ description: string;
406
+ multiple: boolean;
407
+ simpleType: string;
408
+ };
409
+ "https-key": {
410
+ configs: {
411
+ type: string;
412
+ multiple: boolean;
413
+ description: string;
414
+ path: string;
415
+ }[];
416
+ description: string;
417
+ simpleType: string;
418
+ multiple: boolean;
419
+ };
420
+ "https-key-reset": {
421
+ configs: {
422
+ description: string;
423
+ multiple: boolean;
424
+ path: string;
425
+ type: string;
426
+ }[];
427
+ description: string;
428
+ multiple: boolean;
429
+ simpleType: string;
430
+ };
431
+ "https-passphrase": {
432
+ configs: {
433
+ type: string;
434
+ multiple: boolean;
435
+ description: string;
436
+ path: string;
437
+ }[];
438
+ description: string;
439
+ simpleType: string;
440
+ multiple: boolean;
441
+ };
442
+ "https-pfx": {
443
+ configs: {
444
+ type: string;
445
+ multiple: boolean;
446
+ description: string;
447
+ path: string;
448
+ }[];
449
+ description: string;
450
+ simpleType: string;
451
+ multiple: boolean;
452
+ };
453
+ "https-pfx-reset": {
454
+ configs: {
455
+ description: string;
456
+ multiple: boolean;
457
+ path: string;
458
+ type: string;
459
+ }[];
460
+ description: string;
461
+ multiple: boolean;
462
+ simpleType: string;
463
+ };
464
+ "https-request-cert": {
465
+ configs: {
466
+ type: string;
467
+ multiple: boolean;
468
+ description: string;
469
+ path: string;
470
+ }[];
471
+ description: string;
472
+ negatedDescription: string;
473
+ simpleType: string;
474
+ multiple: boolean;
475
+ };
476
+ ipc: {
477
+ configs: (
478
+ | {
479
+ type: string;
480
+ multiple: boolean;
481
+ description: string;
482
+ path: string;
483
+ }
484
+ | {
485
+ type: string;
486
+ values: boolean[];
487
+ multiple: boolean;
488
+ description: string;
489
+ path: string;
490
+ }
491
+ )[];
492
+ description: string;
493
+ simpleType: string;
494
+ multiple: boolean;
495
+ };
496
+ "live-reload": {
497
+ configs: {
498
+ type: string;
499
+ multiple: boolean;
500
+ description: string;
501
+ path: string;
502
+ }[];
503
+ description: string;
504
+ negatedDescription: string;
505
+ simpleType: string;
506
+ multiple: boolean;
507
+ };
508
+ "magic-html": {
509
+ configs: {
510
+ type: string;
511
+ multiple: boolean;
512
+ description: string;
513
+ path: string;
514
+ }[];
515
+ description: string;
516
+ negatedDescription: string;
517
+ simpleType: string;
518
+ multiple: boolean;
519
+ };
520
+ open: {
521
+ configs: {
522
+ type: string;
523
+ multiple: boolean;
524
+ description: string;
525
+ path: string;
526
+ }[];
527
+ description: string;
528
+ negatedDescription: string;
529
+ simpleType: string;
530
+ multiple: boolean;
531
+ };
532
+ "open-app": {
533
+ configs: {
534
+ type: string;
535
+ multiple: boolean;
536
+ description: string;
537
+ path: string;
538
+ }[];
539
+ description: string;
540
+ simpleType: string;
541
+ multiple: boolean;
542
+ };
543
+ "open-app-name": {
544
+ configs: {
545
+ type: string;
546
+ multiple: boolean;
547
+ description: string;
548
+ path: string;
549
+ }[];
550
+ description: string;
551
+ simpleType: string;
552
+ multiple: boolean;
553
+ };
554
+ "open-app-name-reset": {
555
+ configs: {
556
+ type: string;
557
+ multiple: boolean;
558
+ description: string;
559
+ path: string;
560
+ }[];
561
+ description: string;
562
+ simpleType: string;
563
+ multiple: boolean;
564
+ };
565
+ "open-reset": {
566
+ configs: {
567
+ type: string;
568
+ multiple: boolean;
569
+ description: string;
570
+ path: string;
571
+ }[];
572
+ description: string;
573
+ simpleType: string;
574
+ multiple: boolean;
575
+ };
576
+ "open-target": {
577
+ configs: {
578
+ type: string;
579
+ multiple: boolean;
580
+ description: string;
581
+ path: string;
582
+ }[];
583
+ description: string;
584
+ negatedDescription: string;
585
+ simpleType: string;
586
+ multiple: boolean;
587
+ };
588
+ "open-target-reset": {
589
+ configs: {
590
+ type: string;
591
+ multiple: boolean;
592
+ description: string;
593
+ path: string;
594
+ }[];
595
+ description: string;
596
+ simpleType: string;
597
+ multiple: boolean;
598
+ };
599
+ port: {
600
+ configs: (
601
+ | {
602
+ type: string;
603
+ multiple: boolean;
604
+ description: string;
605
+ path: string;
606
+ }
607
+ | {
608
+ type: string;
609
+ values: string[];
610
+ multiple: boolean;
611
+ description: string;
612
+ path: string;
613
+ }
614
+ )[];
615
+ description: string;
616
+ simpleType: string;
617
+ multiple: boolean;
618
+ };
619
+ "server-options-ca": {
620
+ configs: {
621
+ description: string;
622
+ multiple: boolean;
623
+ path: string;
624
+ type: string;
625
+ }[];
626
+ description: string;
627
+ multiple: boolean;
628
+ simpleType: string;
629
+ };
630
+ "server-options-ca-reset": {
631
+ configs: {
632
+ description: string;
633
+ multiple: boolean;
634
+ path: string;
635
+ type: string;
636
+ }[];
637
+ description: string;
638
+ multiple: boolean;
639
+ simpleType: string;
640
+ };
641
+ "server-options-cacert": {
642
+ configs: {
643
+ description: string;
644
+ multiple: boolean;
645
+ path: string;
646
+ type: string;
647
+ }[];
648
+ description: string;
649
+ multiple: boolean;
650
+ simpleType: string;
651
+ };
652
+ "server-options-cacert-reset": {
653
+ configs: {
654
+ description: string;
655
+ multiple: boolean;
656
+ path: string;
657
+ type: string;
658
+ }[];
659
+ description: string;
660
+ multiple: boolean;
661
+ simpleType: string;
662
+ };
663
+ "server-options-cert": {
664
+ configs: {
665
+ description: string;
666
+ multiple: boolean;
667
+ path: string;
668
+ type: string;
669
+ }[];
670
+ description: string;
671
+ multiple: boolean;
672
+ simpleType: string;
673
+ };
674
+ "server-options-cert-reset": {
675
+ configs: {
676
+ description: string;
677
+ multiple: boolean;
678
+ path: string;
679
+ type: string;
680
+ }[];
681
+ description: string;
682
+ multiple: boolean;
683
+ simpleType: string;
684
+ };
685
+ "server-options-crl": {
686
+ configs: {
687
+ description: string;
688
+ multiple: boolean;
689
+ path: string;
690
+ type: string;
691
+ }[];
692
+ description: string;
693
+ multiple: boolean;
694
+ simpleType: string;
695
+ };
696
+ "server-options-crl-reset": {
697
+ configs: {
698
+ description: string;
699
+ multiple: boolean;
700
+ path: string;
701
+ type: string;
702
+ }[];
703
+ description: string;
704
+ multiple: boolean;
705
+ simpleType: string;
706
+ };
707
+ "server-options-key": {
708
+ configs: {
709
+ description: string;
710
+ multiple: boolean;
711
+ path: string;
712
+ type: string;
713
+ }[];
714
+ description: string;
715
+ multiple: boolean;
716
+ simpleType: string;
717
+ };
718
+ "server-options-key-reset": {
719
+ configs: {
720
+ description: string;
721
+ multiple: boolean;
722
+ path: string;
723
+ type: string;
724
+ }[];
725
+ description: string;
726
+ multiple: boolean;
727
+ simpleType: string;
728
+ };
729
+ "server-options-passphrase": {
730
+ configs: {
731
+ description: string;
732
+ multiple: boolean;
733
+ path: string;
734
+ type: string;
735
+ }[];
736
+ description: string;
737
+ multiple: boolean;
738
+ simpleType: string;
739
+ };
740
+ "server-options-pfx": {
741
+ configs: {
742
+ description: string;
743
+ multiple: boolean;
744
+ path: string;
745
+ type: string;
746
+ }[];
747
+ description: string;
748
+ multiple: boolean;
749
+ simpleType: string;
750
+ };
751
+ "server-options-pfx-reset": {
752
+ configs: {
753
+ description: string;
754
+ multiple: boolean;
755
+ path: string;
756
+ type: string;
757
+ }[];
758
+ description: string;
759
+ multiple: boolean;
760
+ simpleType: string;
761
+ };
762
+ "server-options-request-cert": {
763
+ configs: {
764
+ description: string;
765
+ multiple: boolean;
766
+ path: string;
767
+ type: string;
768
+ }[];
769
+ description: string;
770
+ multiple: boolean;
771
+ simpleType: string;
772
+ };
773
+ "server-type": {
774
+ configs: {
775
+ description: string;
776
+ multiple: boolean;
777
+ path: string;
778
+ type: string;
779
+ values: string[];
780
+ }[];
781
+ description: string;
782
+ multiple: boolean;
783
+ simpleType: string;
784
+ };
785
+ static: {
786
+ configs: {
787
+ type: string;
788
+ multiple: boolean;
789
+ description: string;
790
+ path: string;
791
+ }[];
792
+ description: string;
793
+ simpleType: string;
794
+ multiple: boolean;
795
+ };
796
+ "static-directory": {
797
+ configs: {
798
+ type: string;
799
+ multiple: boolean;
800
+ description: string;
801
+ path: string;
802
+ }[];
803
+ description: string;
804
+ simpleType: string;
805
+ multiple: boolean;
806
+ };
807
+ "static-public-path": {
808
+ configs: {
809
+ type: string;
810
+ multiple: boolean;
811
+ description: string;
812
+ path: string;
813
+ }[];
814
+ description: string;
815
+ simpleType: string;
816
+ multiple: boolean;
817
+ };
818
+ "static-public-path-reset": {
819
+ configs: {
820
+ type: string;
821
+ multiple: boolean;
822
+ description: string;
823
+ path: string;
824
+ }[];
825
+ description: string;
826
+ simpleType: string;
827
+ multiple: boolean;
828
+ };
829
+ "static-reset": {
830
+ configs: {
831
+ type: string;
832
+ multiple: boolean;
833
+ description: string;
834
+ path: string;
835
+ }[];
836
+ description: string;
837
+ simpleType: string;
838
+ multiple: boolean;
839
+ };
840
+ "static-serve-index": {
841
+ configs: {
842
+ type: string;
843
+ multiple: boolean;
844
+ description: string;
845
+ path: string;
846
+ }[];
847
+ description: string;
848
+ negatedDescription: string;
849
+ simpleType: string;
850
+ multiple: boolean;
851
+ };
852
+ "static-watch": {
853
+ configs: {
854
+ type: string;
855
+ multiple: boolean;
856
+ description: string;
857
+ path: string;
858
+ }[];
859
+ description: string;
860
+ negatedDescription: string;
861
+ simpleType: string;
862
+ multiple: boolean;
863
+ };
864
+ "watch-files": {
865
+ configs: {
866
+ type: string;
867
+ multiple: boolean;
868
+ description: string;
869
+ path: string;
870
+ }[];
871
+ description: string;
872
+ simpleType: string;
873
+ multiple: boolean;
874
+ };
875
+ "watch-files-reset": {
876
+ configs: {
877
+ type: string;
878
+ multiple: boolean;
879
+ description: string;
880
+ path: string;
881
+ }[];
882
+ description: string;
883
+ simpleType: string;
884
+ multiple: boolean;
885
+ };
886
+ "web-socket-server": {
887
+ configs: (
888
+ | {
889
+ description: string;
890
+ multiple: boolean;
891
+ path: string;
892
+ type: string;
893
+ values: boolean[];
894
+ }
895
+ | {
896
+ description: string;
897
+ multiple: boolean;
898
+ path: string;
899
+ type: string;
900
+ values: string[];
901
+ }
902
+ | {
903
+ description: string;
904
+ multiple: boolean;
905
+ path: string;
906
+ type: string;
907
+ }
908
+ )[];
909
+ description: string;
910
+ simpleType: string;
911
+ multiple: boolean;
912
+ };
913
+ "web-socket-server-type": {
914
+ configs: (
915
+ | {
916
+ description: string;
917
+ multiple: boolean;
918
+ path: string;
919
+ type: string;
920
+ values: string[];
921
+ }
922
+ | {
923
+ description: string;
924
+ multiple: boolean;
925
+ path: string;
926
+ type: string;
927
+ }
928
+ )[];
929
+ description: string;
930
+ simpleType: string;
931
+ multiple: boolean;
932
+ };
933
+ };
934
+ export = _exports;