UNPKG

@umijs/bundler-webpack

Version:
13 lines (12 loc) 332 B
import Config from '@umijs/bundler-webpack/compiled/webpack-5-chain'; import { Env, IConfig } from '../types'; interface IOpts { config: Config; userConfig: IConfig; cwd: string; env: Env; browsers: any; staticPathPrefix: string; } export declare function addSVGRules(opts: IOpts): Promise<void>; export {};