UNPKG

vite

Version:

Native-ESM powered web dev build tool

5 lines (4 loc) 285 B
import type { Plugin } from 'esbuild'; import type { ResolvedConfig } from '..'; import type { ExportsData } from '.'; export declare function esbuildDepPlugin(qualified: Record<string, string>, exportsData: Record<string, ExportsData>, config: ResolvedConfig, ssr?: boolean): Plugin;