UNPKG

@nx/rollup

Version:

The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.

4 lines 400 B
import { Tree } from '@nx/devkit'; import { RollupExecutorOptions } from '../../../executors/rollup/schema'; export declare function extractRollupConfigFromExecutorOptions(tree: Tree, options: RollupExecutorOptions, configurations: Record<string, Partial<RollupExecutorOptions>>, projectRoot: string): Record<string, unknown>; //# sourceMappingURL=extract-rollup-config-from-executor-options.d.ts.map