UNPKG

vite

Version:

Native-ESM powered web dev build tool

5 lines (4 loc) 246 B
import type { ResolvedConfig } from '..'; import type { Plugin } from '../plugin'; export declare const modulePreloadPolyfillId = "vite/modulepreload-polyfill"; export declare function modulePreloadPolyfillPlugin(config: ResolvedConfig): Plugin;