add missing stats keys

fixes #5839
This commit is contained in:
Tobias Koppers 2017-10-17 16:43:29 +02:00
parent 1dc561865a
commit c4bb0f410b
1 changed files with 16 additions and 0 deletions

View File

@ -994,6 +994,14 @@
"type": "boolean",
"description": "add timing information"
},
"performance": {
"type": "boolean",
"description": "add performance hint flags"
},
"depth": {
"type": "boolean",
"description": "add module depth in module graph"
},
"assets": {
"type": "boolean",
"description": "add assets information"
@ -1070,6 +1078,14 @@
"type": "boolean",
"description": "add the source code of modules"
},
"warnings": {
"type": "boolean",
"description": "add warnings"
},
"errors": {
"type": "boolean",
"description": "add errors"
},
"warningsFilter": {
"description": "Suppress warnings that match the specified filters. Filters can be Strings, RegExps or Functions",
"$ref": "#/definitions/filter-types"