vike
Version:
The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.
9 lines (8 loc) • 358 B
TypeScript
import '../../assertEnvVite.js';
export { pluginReplaceConstantsNonRunnableDev };
import type { Plugin } from 'vite';
declare global {
var __VIKE__IS_NON_RUNNABLE_DEV: undefined | true;
var __VIKE__DYNAMIC_IMPORT: (module: `virtual:${string}`) => Promise<Record<string, unknown>>;
}
declare function pluginReplaceConstantsNonRunnableDev(): Plugin[];