Closed Matmo10 closed 5 years ago
I was able to get it working with ur solution. dunno maybe u forgot .babelrc or something
My bad, I think I just needed to add some additional typings for graphql files so tsc would even consider loading the file, so it was a typescript issue.
When you try to use this with create-react-app@2.14, this error happens:
So I tried using
customize-cra
like it suggests, by changing myconfig-overrides.js
to the following:But it doesn't seem to work since I see these errors:
The apollo docs recommend this package, so just curious if you had any advice for create-react-app 2.0+. Thanks!