UNPKG

@nx/vite

Version:

The Nx Plugin for building and testing applications using Vite

4 lines 244 B
import { Tree } from '@nx/devkit'; export declare function findViteConfig(tree: Tree, searchRoot: string): string; export declare function findWebpackConfig(tree: Tree, searchRoot: string): string; //# sourceMappingURL=find-vite-config.d.ts.map