UNPKG

@winner-fed/bundler-webpack

Version:

@winner-fed/bundler-webpack

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