UNPKG

@nx/vite

Version:

The Nx Plugin for building and testing applications using Vite

4 lines (3 loc) 226 B
import type { Tree } from 'nx/src/generators/tree'; export declare function getInstalledViteVersion(tree: Tree): string | undefined; export declare function getInstalledViteMajorVersion(tree: Tree): 5 | 6 | 7 | 8 | undefined;