Skip to content

Commit 4131be5

Browse files
committedNov 15, 2016
Disallow usage of true in contentBase option
This gave a confusing error since it isn't really allowed.
1 parent 10db4a7 commit 4131be5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎lib/optionsSchema.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@
138138
"type": "array"
139139
},
140140
{
141-
"type": "boolean"
141+
"enum": [
142+
false
143+
]
142144
},
143145
{
144146
"type": "number"

0 commit comments

Comments
 (0)
Please sign in to comment.