(chore): fix types

This commit is contained in:
Sergey Melyukov 2021-03-23 14:41:30 +03:00
parent ca8d2c4136
commit 515d0d6d4a
2 changed files with 9 additions and 0 deletions

View File

@ -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.
*/

5
types.d.ts vendored
View File

@ -10400,6 +10400,11 @@ declare interface StatsOptions {
*/
groupModulesByPath?: boolean;
/**
* Group modules by their type.
*/
groupModulesByType?: boolean;
/**
* Add the hash of the compilation.
*/