UNPKG

@nx/rollup

Version:

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

5 lines 399 B
import { DependentBuildableProjectNode } from '@nx/js/src/utils/buildable-libs-utils'; import * as rollup from 'rollup'; import { RollupWithNxPluginOptions } from './with-nx-options'; export declare function withNx(rawOptions: RollupWithNxPluginOptions, rollupConfig?: rollup.RollupOptions, dependencies?: DependentBuildableProjectNode[]): rollup.RollupOptions; //# sourceMappingURL=with-nx.d.ts.map