Update webpackOptionsSchema.json

- adds `"type": "boolean",` for `stats.all`
This commit is contained in:
Joe Bottigliero 2017-10-17 10:47:45 -05:00 committed by GitHub
parent eb00961796
commit c3d77bbcf3
1 changed files with 1 additions and 0 deletions

View File

@ -978,6 +978,7 @@
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"all": { "all": {
"type": "boolean",
"description": "fallback value for stats options when an option is not defined (has precedence over local webpack defaults)" "description": "fallback value for stats options when an option is not defined (has precedence over local webpack defaults)"
}, },
"context": { "context": {