Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Relay requires a [Babel plugin](https://www.npmjs.com/package/babel-plugin-relay
If not, you can install the Babel plugin manually:

```sh
yarn add --dev babel-plugin-relay graphql
npm install --save-dev babel-plugin-relay graphql
```

Add `"relay"` to the list of plugins in your `.babelrc` file:
Expand Down