UNPKG

@platform/react.ssr

Version:

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

10 lines (9 loc) 229 B
import { t } from '../common'; export declare function prepare(args: { bundleDir: string; entries?: t.IBundleEntryElement[]; silent?: boolean; }): Promise<{ bundleDir: string; manifest: t.IBundleManifest; }>;