mirror of https://github.com/webpack/webpack.git
(chore): fix types
This commit is contained in:
parent
ca8d2c4136
commit
515d0d6d4a
|
|
@ -2394,6 +2394,10 @@ export interface StatsOptions {
|
|||
* Group modules by their path.
|
||||
*/
|
||||
groupModulesByPath?: boolean;
|
||||
/**
|
||||
* Group modules by their type.
|
||||
*/
|
||||
groupModulesByType?: boolean;
|
||||
/**
|
||||
* Add the hash of the compilation.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -10400,6 +10400,11 @@ declare interface StatsOptions {
|
|||
*/
|
||||
groupModulesByPath?: boolean;
|
||||
|
||||
/**
|
||||
* Group modules by their type.
|
||||
*/
|
||||
groupModulesByType?: boolean;
|
||||
|
||||
/**
|
||||
* Add the hash of the compilation.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue