Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Latest commit

 

History

History
49 lines (30 loc) · 855 Bytes

File metadata and controls

49 lines (30 loc) · 855 Bytes

Relay Compiler Webpack Plugin Example

Build Status

Example project setup for testing out relay-compiler-webpack-plugin.

Dependencies

Setting Up

yarn

Running

yarn generate-schema
yarn backend
yarn clean
yarn frontend

Site now available at http://127.0.0.1:3000.

Or for a single webpack build:

yarn build

Direct relay-compiler Call

To help see differences with webpack plugin vs direct invocation.

yarn relay-compile