UNPKG

196 BTypeScriptView Raw
1export declare class WebpackBundleSizeAnalyzerPlugin {
2 filepath: string;
3 statsOptions: object;
4 constructor(filepath?: string, statsOptions?: object);
5 apply(compiler: any): void;
6}