We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see two unresolvable issues:
There is a need for a babel configuration, due to the need of a single artifact directory
{ "plugins": [["relay", { "artifactDirectory": "./src/__generated__" }]] }
https://github.com/relay-tools/relay-compiler-language-typescript#relay-compiler
Typescript config clashes with CRA requirements for es5 and esnext:
es5
esnext
{ "compilerOptions": { "target": "es2015", "module": "es2015" } }
https://github.com/relay-tools/relay-compiler-language-typescript#typescript
The text was updated successfully, but these errors were encountered:
This should be addressed by #2646. For more info see relay-tools/relay-compiler-language-typescript#84.
Sorry, something went wrong.
No branches or pull requests
I see two unresolvable issues:
There is a need for a babel configuration, due to the need of a single artifact directory
https://github.com/relay-tools/relay-compiler-language-typescript#relay-compiler
Typescript config clashes with CRA requirements for
es5
andesnext
:https://github.com/relay-tools/relay-compiler-language-typescript#typescript
The text was updated successfully, but these errors were encountered: