vite-plugin-react-server
Version:
Vite plugin for React Server Components (RSC)
9 lines • 352 B
TypeScript
import type { CreateBuildLoaderFn } from "./types.js";
/**
* Creates a loader function for handling module resolution during build.
*
* The loader handles the following strategy:
* - For inline modules: Handle them using bundle
*/
export declare const createBuildLoader: CreateBuildLoaderFn;
//# sourceMappingURL=createBuildLoader.server.d.ts.map