mirror of https://github.com/webpack/webpack.git
Update webpackOptionsSchema.json
- adds `"type": "boolean",` for `stats.all`
This commit is contained in:
parent
eb00961796
commit
c3d77bbcf3
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue