The output of the compiler for the server build.

interface ServerBuild {
    assets: UNSAFE_AssetsManifest;
    assetsBuildDirectory: string;
    basename?: string;
    entry: {
        module: ServerEntryModule;
    };
    future: FutureConfig;
    isSpaMode: boolean;
    publicPath: string;
    routes: ServerRouteManifest;
}

Properties

assetsBuildDirectory: string
basename?: string
entry: {
    module: ServerEntryModule;
}
future: FutureConfig
isSpaMode: boolean
publicPath: string
routes: ServerRouteManifest