vike
Version:
The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.
8 lines (7 loc) • 376 B
TypeScript
export { pluginBuildEntry };
export { set_macro_ASSETS_MANIFEST };
import type { Plugin, Rollup } from 'vite';
type Bundle = Rollup.OutputBundle;
type Options = Rollup.NormalizedOutputOptions;
declare function pluginBuildEntry(): Plugin[];
declare function set_macro_ASSETS_MANIFEST(options: Options, bundle: Bundle, assetsJsonFilePath: string | undefined): Promise<boolean>;