UNPKG

beesbuild

Version:

构建工具链

5 lines (4 loc) 278 B
import type { Plugin } from 'rollup'; import type { RollupCommonJSOptions } from '@rollup/plugin-commonjs'; import type { BuildContext } from '../../types'; export declare function commonjsPlugin(option?: RollupCommonJSOptions | boolean, ctx?: BuildContext): Plugin | Plugin[];