UNPKG

vite-plugin-react-server

Version:
15 lines 558 B
import type { VitePluginFn } from "../types.js"; /** * Semantic entry for `react-client` build behavior under the `react-server` condition. * - Only used whe imported directly and under the `react-server` condition. * * This plugin is responsible for: * Dev mode under non-react-server conditions: * - Disabled, use /server/plugin.server.ts instead * Build: * - Configure the config for the client boundary build * @param options * @returns */ export declare const reactClientPlugin: VitePluginFn; //# sourceMappingURL=plugin.server.d.ts.map