UNPKG

vite

Version:

Native-ESM powered web dev build tool

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