prismicio / gatsby-source-graphql-universal

Plugin for connecting arbitrary GraphQL APIs to Gatsby GraphQL with client side execution
2 stars 6 forks source link

fix: reactRuntime is not defined #11

Closed wardpeet closed 4 years ago

wardpeet commented 4 years ago

Some gatsby users are reporting that they get an error reactRuntime is not defined. I would suggest not overriding our custom-babel-loader, instead create a babel-preset yourself.

Fixes: https://github.com/gatsbyjs/gatsby/issues/26736