assetsBuildDirectory
assetsBuildDirectory: string
Optional
basename
basename?: string
future
future: FutureConfig
isSpaMode
isSpaMode: boolean
prerender
prerender: string[]
publicPath
publicPath: string
routeDiscovery
routeDiscovery: {
manifestPath: string;
mode: "lazy" | "initial";
}
routes
routes: ServerRouteManifest
Optional
unstable_getCriticalCss
unstable_getCriticalCss?: ((args: {
pathname: string;
}) => OptionalCriticalCss | Promise<OptionalCriticalCss>)
The output of the compiler for the server build.