UNPKG

@nx/vite

Version:

The Nx Plugin for building and testing applications using Vite

6 lines (5 loc) 292 B
import { Tree } from '@nx/devkit'; import ts = require('typescript'); export default function updateBuildDir(tree: Tree): Promise<void>; export declare function getConfigNode(configFileContents: string): ts.Node | undefined; export declare function notFoundWarning(configPath: string): void;