diff --git a/schemas/webpackOptionsSchema.json b/schemas/webpackOptionsSchema.json index 2979f89e8eb..6b9cd37f6c5 100644 --- a/schemas/webpackOptionsSchema.json +++ b/schemas/webpackOptionsSchema.json @@ -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"