Skip to content

Commit c4bb0f4

Browse files
committed
add missing stats keys
fixes webpack#5839
1 parent 1dc5618 commit c4bb0f4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

schemas/webpackOptionsSchema.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,14 @@
994994
"type": "boolean",
995995
"description": "add timing information"
996996
},
997+
"performance": {
998+
"type": "boolean",
999+
"description": "add performance hint flags"
1000+
},
1001+
"depth": {
1002+
"type": "boolean",
1003+
"description": "add module depth in module graph"
1004+
},
9971005
"assets": {
9981006
"type": "boolean",
9991007
"description": "add assets information"
@@ -1070,6 +1078,14 @@
10701078
"type": "boolean",
10711079
"description": "add the source code of modules"
10721080
},
1081+
"warnings": {
1082+
"type": "boolean",
1083+
"description": "add warnings"
1084+
},
1085+
"errors": {
1086+
"type": "boolean",
1087+
"description": "add errors"
1088+
},
10731089
"warningsFilter": {
10741090
"description": "Suppress warnings that match the specified filters. Filters can be Strings, RegExps or Functions",
10751091
"$ref": "#/definitions/filter-types"

0 commit comments

Comments
 (0)