projecte_ionic/node_modules/license-webpack-plugin/dist/WebpackStats.d.ts

12 lines
262 B
TypeScript
Raw Permalink Normal View History

2022-02-09 18:30:03 +01:00
export interface WebpackStatsModule {
modules?: WebpackStatsModule[];
identifier: string;
}
export interface WebpackStatsChunk {
names: string[];
modules: WebpackStatsModule[];
}
export interface WebpackStats {
chunks: WebpackStatsChunk[];
}