mirror of https://github.com/webpack/webpack.git
fix groupModulesByAttributes description
This commit is contained in:
parent
8904dd7b91
commit
5282f878a1
|
@ -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;
|
||||
/**
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue