fabien0102 / gatsby-starter

Gatsby 2.0 starter with typescript and many cools dev tools
386 stars 99 forks source link

gatsby-browser and gatsby-ssr need to be Javascript #83

Open cellis opened 5 years ago

cellis commented 5 years ago

I was unable to get Apollo working with this starter because the gatsby-ssr.tsx and gatsby-browser.tsx files are not run. Once I changed them back to JS, Apollo worked.

fabien0102 commented 5 years ago

Good to know! And very strange! I definitely need to go to this plugin to understand why ^^ (Gatsby is so strange sometime...)