UNPKG

@nx/vite

Version:

The Nx Plugin for building and testing applications using Vite

4 lines (3 loc) 198 B
import { Tree } from '@nx/devkit'; export declare function findViteConfig(tree: Tree, searchRoot: string): string; export declare function findWebpackConfig(tree: Tree, searchRoot: string): string;