File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments