Skip to content

Commit c3d77bb

Browse files
author
Joe Bottigliero
authored
Update webpackOptionsSchema.json
- adds `"type": "boolean",` for `stats.all`
1 parent eb00961 commit c3d77bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schemas/webpackOptionsSchema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,7 @@
978978
"additionalProperties": false,
979979
"properties": {
980980
"all": {
981+
"type": "boolean",
981982
"description": "fallback value for stats options when an option is not defined (has precedence over local webpack defaults)"
982983
},
983984
"context": {

0 commit comments

Comments
 (0)