UNPKG

@platform/react.ssr

Version:

A lightweight SSR (server-side-rendering) system for react apps bundled with ParcelJS and hosted on S3.

7 lines (6 loc) 194 B
import * as log from './bundler.log'; export { log }; export { push } from './bundler.push'; export { prepare } from './bundler.prepare'; export { dir } from './util'; export * from '../types';