UNPKG

@platform/react.ssr

Version:

An SSR (server-side-render) system for react apps bundled with ParcelJS and hosted on S3.

6 lines (5 loc) 145 B
import { t } from '../common'; export declare function bundle(args: { bundleDir: string; manifest: t.IBundleManifest; }): Promise<void>;