UNPKG

webpack-bundle-size-analyzer

Version:

A utility to find how your dependencies are contributing to the size of your Webpack bundles

7 lines (6 loc) 196 B
export declare class WebpackBundleSizeAnalyzerPlugin { filepath: string; statsOptions: object; constructor(filepath?: string, statsOptions?: object); apply(compiler: any): void; }