UNPKG

@knightly/vite

Version:

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

5 lines (4 loc) 262 B
import { Plugin } from 'rollup'; import { SharedConfig } from '../config'; export declare const createEsbuildPlugin: (jsx: SharedConfig['jsx']) => Promise<Plugin>; export declare const createEsbuildRenderChunkPlugin: (target: string, minify: boolean) => Plugin;