@platform/react.ssr
Version:
A lightweight SSR (server-side-rendering) system for react apps bundled with ParcelJS and hosted on S3.
23 lines (17 loc) • 350 B
YAML
name: ui
web:
port: 1234
entry: src/entry.tsx
head:
stylesheets:
- /static/css/normalize.css
- /static/css/global.css
- https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,900&display=swap
static:
- images
- favicon.ico
bundle:
output: bundle
sourcemaps:
strip:
- node_modules/rxjs