UNPKG

@knightly/vite

Version:

Native-ESM powered web dev build tool. It's fast.

3 lines (2 loc) 173 B
import { Plugin } from 'rollup'; export declare const createReplacePlugin: (test: (id: string) => boolean, replacements: Record<string, any>, sourcemap: boolean) => Plugin;