Hello we are trying to connect with prismic repo @prismicio/gatsby-source-prismic-graphql with new gatsby starter. we are getting below error, this is an absolute fresh build, any suggestions woud be appreciated.
ERROR #98123 WEBPACK
Generating development JavaScript bundle failed
Unknown option: .reactRuntime. Check out @babel/core · Babel for more information about options.
File: .cache/app.js
failed Building development bundle - 1.793s
gatsby config file : {
resolve: "@prismicio/gatsby-source-prismic-graphql",
options: {
repositoryName: "playy", // required
defaultLang: "en-us", // optional, but recommended
},
},
