@platform/react.ssr
Version:
A lightweight SSR (server-side-rendering) system for react apps bundled with ParcelJS and hosted on S3.
24 lines (18 loc) • 376 B
YAML
name: react.ssr
web:
port: 1234
entry: test/web.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
treeshake: true
sourcemaps:
strip:
- node_modules/rxjs