File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,15 @@ module.exports = {
30
30
name : 'https' ,
31
31
type : Boolean ,
32
32
description : 'Use HTTPS protocol.' ,
33
+ negatedDescription : 'Do not use HTTPS protocol.' ,
34
+ negative : true ,
33
35
} ,
34
36
{
35
37
name : 'http2' ,
36
38
type : Boolean ,
37
39
description : 'Use HTTP/2, must be used with HTTPS.' ,
40
+ negatedDescription : 'Do not use HTTP/2.' ,
41
+ negative : true ,
38
42
} ,
39
43
{
40
44
name : 'bonjour' ,
@@ -105,11 +109,16 @@ module.exports = {
105
109
name : 'history-api-fallback' ,
106
110
type : Boolean ,
107
111
description : 'Fallback to /index.html for Single Page Applications.' ,
112
+ negatedDescription :
113
+ 'Do not fallback to /index.html for Single Page Applications.' ,
114
+ negative : true ,
108
115
} ,
109
116
{
110
117
name : 'compress' ,
111
118
type : Boolean ,
112
119
description : 'Enable gzip compression.' ,
120
+ negatedDescription : 'Disable gzip compression.' ,
121
+ negative : true ,
113
122
} ,
114
123
{
115
124
name : 'public' ,
You can’t perform that action at this time.
0 commit comments