UNPKG

beesbuild

Version:

构建工具链

5 lines (4 loc) 273 B
import type { RollupReplaceOptions } from '@rollup/plugin-replace'; import type { BuildContext } from '../../types'; import type { Plugin } from 'rollup'; export declare const replacePlugin: (option?: RollupReplaceOptions | false, ctx?: BuildContext) => Plugin | Plugin[];