UNPKG

vite-plugin-react-server

Version:
9 lines 352 B
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