UNPKG

@platform/react.ssr

Version:

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

8 lines (7 loc) 219 B
import * as dotenv from 'dotenv'; dotenv.config(); import * as log from './bundler.log'; export { log }; export { push } from './bundler.push'; export { prepare } from './bundler.prepare'; export { dir } from './util';