@@ -46,13 +46,13 @@ module.exports = {
46
46
multiple : false ,
47
47
description :
48
48
"Allows to broadcasts dev server via ZeroConf networking on start." ,
49
+ negatedDescription :
50
+ "Disallows to broadcasts dev server via ZeroConf networking on start." ,
49
51
path : "bonjour" ,
50
52
} ,
51
53
] ,
52
54
description :
53
55
"Allows to broadcasts dev server via ZeroConf networking on start." ,
54
- negatedDescription :
55
- "Disallows to broadcasts dev server via ZeroConf networking on start." ,
56
56
simpleType : "boolean" ,
57
57
multiple : false ,
58
58
} ,
@@ -93,13 +93,13 @@ module.exports = {
93
93
multiple : false ,
94
94
description :
95
95
"Enables a full-screen overlay in the browser when there are compiler errors or warnings." ,
96
+ negatedDescription :
97
+ "Disables a full-screen overlay in the browser when there are compiler errors or warnings." ,
96
98
path : "client.overlay" ,
97
99
} ,
98
100
] ,
99
101
description :
100
102
"Enables a full-screen overlay in the browser when there are compiler errors or warnings." ,
101
- negatedDescription :
102
- "Disables a full-screen overlay in the browser when there are compiler errors or warnings." ,
103
103
simpleType : "boolean" ,
104
104
multiple : false ,
105
105
} ,
@@ -140,12 +140,12 @@ module.exports = {
140
140
multiple : false ,
141
141
description :
142
142
"Prints compilation progress in percentage in the browser." ,
143
+ negatedDescription :
144
+ "Does not print compilation progress in percentage in the browser." ,
143
145
path : "client.progress" ,
144
146
} ,
145
147
] ,
146
148
description : "Prints compilation progress in percentage in the browser." ,
147
- negatedDescription :
148
- "Does not print compilation progress in percentage in the browser." ,
149
149
simpleType : "boolean" ,
150
150
multiple : false ,
151
151
} ,
@@ -156,19 +156,22 @@ module.exports = {
156
156
multiple : false ,
157
157
description :
158
158
"Tells dev-server the number of times it should try to reconnect the client." ,
159
+ negatedDescription :
160
+ "Tells dev-server to not to try to connect the client." ,
159
161
path : "client.reconnect" ,
160
162
} ,
161
163
{
162
164
type : "number" ,
163
165
multiple : false ,
164
166
description :
165
167
"Tells dev-server the number of times it should try to reconnect the client." ,
168
+ negatedDescription :
169
+ "Tells dev-server to not to try to connect the client." ,
166
170
path : "client.reconnect" ,
167
171
} ,
168
172
] ,
169
173
description :
170
174
"Tells dev-server the number of times it should try to reconnect the client." ,
171
- negatedDescription : "Tells dev-server to not to try to connect the client." ,
172
175
simpleType : "string" ,
173
176
multiple : false ,
174
177
} ,
@@ -321,11 +324,11 @@ module.exports = {
321
324
type : "boolean" ,
322
325
multiple : false ,
323
326
description : "Enables gzip compression for everything served." ,
327
+ negatedDescription : "Disables gzip compression for everything served." ,
324
328
path : "compress" ,
325
329
} ,
326
330
] ,
327
331
description : "Enables gzip compression for everything served." ,
328
- negatedDescription : "Disables gzip compression for everything served." ,
329
332
simpleType : "boolean" ,
330
333
multiple : false ,
331
334
} ,
@@ -370,18 +373,19 @@ module.exports = {
370
373
type : "boolean" ,
371
374
multiple : false ,
372
375
description : "Enables Hot Module Replacement." ,
376
+ negatedDescription : "Disables Hot Module Replacement." ,
373
377
path : "hot" ,
374
378
} ,
375
379
{
376
380
type : "enum" ,
377
381
values : [ "only" ] ,
378
382
multiple : false ,
379
383
description : "Enables Hot Module Replacement." ,
384
+ negatedDescription : "Disables Hot Module Replacement." ,
380
385
path : "hot" ,
381
386
} ,
382
387
] ,
383
388
description : "Enables Hot Module Replacement." ,
384
- negatedDescription : "Disables Hot Module Replacement." ,
385
389
simpleType : "string" ,
386
390
multiple : false ,
387
391
} ,
@@ -392,12 +396,12 @@ module.exports = {
392
396
multiple : false ,
393
397
description :
394
398
"Allows to serve over HTTP/2 using SPDY. Deprecated, use the `server` option." ,
399
+ negatedDescription : "Does not serve over HTTP/2 using SPDY." ,
395
400
path : "http2" ,
396
401
} ,
397
402
] ,
398
403
description :
399
404
"Allows to serve over HTTP/2 using SPDY. Deprecated, use the `server` option." ,
400
- negatedDescription : "Does not serve over HTTP/2 using SPDY." ,
401
405
simpleType : "boolean" ,
402
406
multiple : false ,
403
407
} ,
@@ -408,13 +412,13 @@ module.exports = {
408
412
multiple : false ,
409
413
description :
410
414
"Allows to configure the server's listening socket for TLS (by default, dev server will be served over HTTP). Deprecated, use the `server` option." ,
415
+ negatedDescription :
416
+ "Disallows to configure the server's listening socket for TLS (by default, dev server will be served over HTTP)." ,
411
417
path : "https" ,
412
418
} ,
413
419
] ,
414
420
description :
415
421
"Allows to configure the server's listening socket for TLS (by default, dev server will be served over HTTP). Deprecated, use the `server` option." ,
416
- negatedDescription :
417
- "Disallows to configure the server's listening socket for TLS (by default, dev server will be served over HTTP)." ,
418
422
simpleType : "boolean" ,
419
423
multiple : false ,
420
424
} ,
@@ -620,12 +624,12 @@ module.exports = {
620
624
multiple : false ,
621
625
description :
622
626
"Request for an SSL certificate. Deprecated, use the `server.options.requestCert` option." ,
627
+ negatedDescription : "Does not request for an SSL certificate." ,
623
628
path : "https.requestCert" ,
624
629
} ,
625
630
] ,
626
631
description :
627
632
"Request for an SSL certificate. Deprecated, use the `server.options.requestCert` option." ,
628
- negatedDescription : "Does not request for an SSL certificate." ,
629
633
simpleType : "boolean" ,
630
634
multiple : false ,
631
635
} ,
@@ -656,13 +660,13 @@ module.exports = {
656
660
multiple : false ,
657
661
description :
658
662
"Enables reload/refresh the page(s) when file changes are detected (enabled by default)." ,
663
+ negatedDescription :
664
+ "Disables reload/refresh the page(s) when file changes are detected (enabled by default)." ,
659
665
path : "liveReload" ,
660
666
} ,
661
667
] ,
662
668
description :
663
669
"Enables reload/refresh the page(s) when file changes are detected (enabled by default)." ,
664
- negatedDescription :
665
- "Disables reload/refresh the page(s) when file changes are detected (enabled by default)" ,
666
670
simpleType : "boolean" ,
667
671
multiple : false ,
668
672
} ,
@@ -673,13 +677,13 @@ module.exports = {
673
677
multiple : false ,
674
678
description :
675
679
"Tells dev-server whether to enable magic HTML routes (routes corresponding to your webpack output, for example '/main' for 'main.js')." ,
680
+ negatedDescription :
681
+ "Disables magic HTML routes (routes corresponding to your webpack output, for example '/main' for 'main.js')." ,
676
682
path : "magicHtml" ,
677
683
} ,
678
684
] ,
679
685
description :
680
686
"Tells dev-server whether to enable magic HTML routes (routes corresponding to your webpack output, for example '/main' for 'main.js')." ,
681
- negatedDescription :
682
- "Disables magic HTML routes (routes corresponding to your webpack output, for example '/main' for 'main.js')." ,
683
687
simpleType : "boolean" ,
684
688
multiple : false ,
685
689
} ,
@@ -697,12 +701,12 @@ module.exports = {
697
701
multiple : false ,
698
702
description :
699
703
"Allows to configure dev server to open the browser(s) and page(s) after server had been started (set it to true to open your default browser)." ,
704
+ negatedDescription : "Does not open the default browser." ,
700
705
path : "open" ,
701
706
} ,
702
707
] ,
703
708
description :
704
709
"Allows to configure dev server to open the browser(s) and page(s) after server had been started (set it to true to open your default browser)." ,
705
- negatedDescription : "Does not open the default browser." ,
706
710
simpleType : "string" ,
707
711
multiple : true ,
708
712
} ,
@@ -786,7 +790,6 @@ module.exports = {
786
790
} ,
787
791
] ,
788
792
description : "Opens specified page in browser." ,
789
- negatedDescription : "Does not open specified page in browser." ,
790
793
simpleType : "string" ,
791
794
multiple : true ,
792
795
} ,
@@ -1140,12 +1143,12 @@ module.exports = {
1140
1143
multiple : true ,
1141
1144
description :
1142
1145
"Tells dev server to use serveIndex middleware when enabled." ,
1146
+ negatedDescription :
1147
+ "Does not tell dev server to use serveIndex middleware." ,
1143
1148
path : "static[].serveIndex" ,
1144
1149
} ,
1145
1150
] ,
1146
1151
description : "Tells dev server to use serveIndex middleware when enabled." ,
1147
- negatedDescription :
1148
- "Does not tell dev server to use serveIndex middleware." ,
1149
1152
simpleType : "boolean" ,
1150
1153
multiple : true ,
1151
1154
} ,
@@ -1155,11 +1158,12 @@ module.exports = {
1155
1158
type : "boolean" ,
1156
1159
multiple : true ,
1157
1160
description : "Watches for files in static content directory." ,
1161
+ negatedDescription :
1162
+ "Does not watch for files in static content directory." ,
1158
1163
path : "static[].watch" ,
1159
1164
} ,
1160
1165
] ,
1161
1166
description : "Watches for files in static content directory." ,
1162
- negatedDescription : "Does not watch for files in static content directory." ,
1163
1167
simpleType : "boolean" ,
1164
1168
multiple : true ,
1165
1169
} ,
0 commit comments