UNPKG

@umijs/bundler-webpack

Version:
7 lines (6 loc) 203 B
import Config from '@umijs/bundler-webpack/compiled/webpack-5-chain'; interface IOpts { config: Config; } export declare function addHarmonyLinkingErrorPlugin(opts: IOpts): Promise<void>; export {};