fix groupModulesByAttributes description

This commit is contained in:
Tobias Koppers 2020-09-01 20:46:45 +02:00
parent 8904dd7b91
commit 5282f878a1
3 changed files with 3 additions and 3 deletions

View File

@ -2005,7 +2005,7 @@ export interface StatsOptions {
*/
groupAssetsByPath?: boolean;
/**
* Group modules by their attributes (errors, warnings, optional, orphan, or dependent).
* Group modules by their attributes (errors, warnings, assets, optional, orphan, or dependent).
*/
groupModulesByAttributes?: boolean;
/**

View File

@ -3138,7 +3138,7 @@
"type": "boolean"
},
"groupModulesByAttributes": {
"description": "Group modules by their attributes (errors, warnings, optional, orphan, or dependent).",
"description": "Group modules by their attributes (errors, warnings, assets, optional, orphan, or dependent).",
"type": "boolean"
},
"groupModulesByCacheStatus": {

2
types.d.ts vendored
View File

@ -8455,7 +8455,7 @@ declare interface StatsOptions {
groupAssetsByPath?: boolean;
/**
* Group modules by their attributes (errors, warnings, optional, orphan, or dependent).
* Group modules by their attributes (errors, warnings, assets, optional, orphan, or dependent).
*/
groupModulesByAttributes?: boolean;