UNPKG

@winner-fed/bundler-webpack

Version:

@winner-fed/bundler-webpack

11 lines (10 loc) 300 B
import Config from '@winner-fed/bundler-webpack/compiled/webpack-5-chain'; import { Env, IConfig } from '../types'; interface IOpts { config: Config; userConfig: IConfig; cwd: string; env: Env; } export declare function addBundleAnalyzerPlugin(opts: IOpts): Promise<void>; export {};