rsbuild-plugin-react-router
Version:
React Router plugin for Rsbuild
7 lines (6 loc) • 361 B
TypeScript
import type { PluginOptions } from './types.js';
export declare const guardReactRouterLazyCompilation: ({ lazyCompilation, entryClientPath, prewarmReactRouterModules, }: {
lazyCompilation: PluginOptions["lazyCompilation"] | undefined;
entryClientPath: string;
prewarmReactRouterModules?: boolean;
}) => PluginOptions["lazyCompilation"] | undefined;