UNPKG

vite-plugin-react-server

Version:
7 lines 287 B
import type { Plugin } from "vite"; /** * Plugin that provides the `virtual:react-server/hmr` module. * Works in both dev and build — HMR code tree-shakes away in production. */ export declare function virtualRscHmrPlugin(): Plugin; //# sourceMappingURL=virtualRscHmrPlugin.d.ts.map