UNPKG

@nx/rollup

Version:

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

6 lines 309 B
import { type GeneratorCallback, type Tree } from '@nx/devkit'; export type EnsureDependenciesOptions = { compiler?: 'babel' | 'swc' | 'tsc'; }; export declare function ensureDependencies(tree: Tree, options: EnsureDependenciesOptions): GeneratorCallback; //# sourceMappingURL=ensure-dependencies.d.ts.map