♫
📌 canary ▾
next.js
/
test
/
integration
/
relay-graphql-swc-single-project
/
next.config.js
next.config.js
8 lines
92 B
const
relay
=
require
(
'./relay.config'
)
module
.
exports
=
{
compiler: {
relay,
},
}
v2.0.0
/
Go
SIGN IN