UNPKG

@nx/vite

Version:

The Nx Plugin for building and testing applications using Vite

14 lines (13 loc) 365 B
export interface ViteBuildExecutorOptions { buildLibsFromSource?: boolean; configFile?: string; generatePackageJson?: boolean; includeDevDependenciesInPackageJson?: boolean; outputPath?: string; skipOverrides?: boolean; skipPackageManager?: boolean; skipTypeCheck?: boolean; tsConfig?: string; watch?: boolean; useEnvironmentsApi?: boolean; }