Skip to content

Commit c83f869

Browse files
committed
1 parent 992f5c8 commit c83f869

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

schemas/webpackOptionsSchema.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,14 @@
383383
},
384384
"devtool": {
385385
"description": "A developer tool to enhance debugging.",
386-
"type": "string"
386+
"oneOf": [
387+
{
388+
"type": "string"
389+
},
390+
{
391+
"constant": false
392+
}
393+
]
387394
},
388395
"entry": {
389396
"#ref": "#/definitions/entry"

0 commit comments

Comments
 (0)