Skip to content

Instantly share code, notes, and snippets.

@john-nash-rs
Created August 7, 2020 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save john-nash-rs/a5fadb41fbba0d93ab3eee1e10594206 to your computer and use it in GitHub Desktop.
Save john-nash-rs/a5fadb41fbba0d93ab3eee1e10594206 to your computer and use it in GitHub Desktop.
module.exports = {
// ...
// Configuration options accepted by the `relay-compiler` command-line tool and `babel-plugin-relay`.
src: "./src",
schema: "./data/schema.graphql",
exclude: ["**/node_modules/**", "**/__mocks__/**", "**/__generated__/**"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment