UNPKG

@nx/vite

Version:

The Nx Plugin for building and testing applications using Vite

6 lines (5 loc) 176 B
import { Tree } from '@nx/devkit'; export declare function setupPathsPlugin(tree: Tree, schema: { skipFormat?: boolean; }): Promise<void>; export default setupPathsPlugin;