UNPKG

vite

Version:

Native-ESM powered web dev build tool

4 lines (3 loc) 158 B
import type { ResolvedConfig } from '..'; import type { Plugin } from '../plugin'; export declare function ssrManifestPlugin(config: ResolvedConfig): Plugin;