UNPKG

@nx/vite

Version:

The Nx Plugin for building and testing applications using Vite

8 lines (7 loc) 324 B
import { type GeneratorCallback, type Tree } from '@nx/devkit'; export type EnsureDependenciesOptions = { uiFramework: 'angular' | 'react' | 'none'; compiler?: 'babel' | 'swc'; includeLib?: boolean; }; export declare function ensureDependencies(host: Tree, schema: EnsureDependenciesOptions): GeneratorCallback;