UNPKG

license-webpack-plugin

Version:

Outputs licenses from 3rd party libraries to a file

12 lines (11 loc) 262 B
export interface WebpackStatsModule { modules?: WebpackStatsModule[]; identifier: string; } export interface WebpackStatsChunk { names: string[]; modules: WebpackStatsModule[]; } export interface WebpackStats { chunks: WebpackStatsChunk[]; }