Skip to content

Commit b5d4564

Browse files
authoredJan 26, 2022
Revert "Relay Support in Rust Compiler" (#33699)
1 parent 5c6c385 commit b5d4564

File tree

35 files changed

+143
-2426
lines changed

35 files changed

+143
-2426
lines changed
 

‎docs/advanced-features/compiler.md

-13
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,6 @@ const customJestConfig = {
9494
module.exports = createJestConfig(customJestConfig)
9595
```
9696

97-
### Relay
98-
99-
To enable [Relay](https://relay.dev/) support:
100-
101-
```js
102-
// next.config.js
103-
module.exports = {
104-
experimental: {
105-
relay: true,
106-
},
107-
}
108-
```
109-
11097
### Remove React Properties
11198

11299
Allows to remove JSX properties. This is often used for testing. Similar to `babel-plugin-react-remove-properties`.

‎package.json

-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"@types/http-proxy": "1.17.3",
6060
"@types/jest": "24.0.13",
6161
"@types/node": "13.11.0",
62-
"@types/relay-runtime": "13.0.0",
6362
"@types/selenium-webdriver": "4.0.15",
6463
"@types/sharp": "0.29.3",
6564
"@types/string-hash": "1.1.1",
@@ -146,8 +145,6 @@
146145
"react-dom": "17.0.2",
147146
"react-dom-18": "npm:react-dom@18.0.0-rc.0",
148147
"react-ssr-prepass": "1.0.8",
149-
"relay-compiler": "13.0.1",
150-
"relay-runtime": "13.0.1",
151148
"release": "6.3.0",
152149
"request-promise-core": "1.1.2",
153150
"resolve-from": "5.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.