rsnext/test/integration/relay-graphql-swc-single-project/relay.config.js
Andrey Lunyov 831d45d73d
Add support for Relay projects without artifactDirectory (#33918)
* update plugin

* Update the test

* remove dbg

* Use pages_dir in Relay

* copy edits

* cargo test

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2022-02-02 16:00:02 -06:00

5 lines
95 B
JavaScript

module.exports = {
src: './pages',
schema: './schema.graphql',
language: 'typescript',
}