UNPKG

@umijs/bundler-webpack

Version:
12 lines (11 loc) 315 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; staticPathPrefix: string; } export declare function addAssetRules(opts: IOpts): Promise<void>; export {};