UNPKG

@nx/rollup

Version:

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

13 lines 587 B
import { type CreateDependencies, type CreateNodes, CreateNodesV2 } from '@nx/devkit'; /** * @deprecated The 'createDependencies' function is now a no-op. This functionality is included in 'createNodesV2'. */ export declare const createDependencies: CreateDependencies; export interface RollupPluginOptions { buildTargetName?: string; buildDepsTargetName?: string; watchDepsTargetName?: string; } export declare const createNodes: CreateNodes<RollupPluginOptions>; export declare const createNodesV2: CreateNodesV2<RollupPluginOptions>; //# sourceMappingURL=plugin.d.ts.map