slorber / gatsby-plugin-react-native-web

react-native-web plugin for Gatsby

Home Page:https://sebastienlorber.com/using-expo-in-gatsby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[gatsby v2] Change modifyBabelrc to onCreateBabelConfig

mottox2 opened this issue · comments

With the release of Gatsby v2, we will have to change modifyBabelrc to onCreateBabelConfig.

https://github.com/gatsbyjs/gatsby/blob/v2-migration-guide/docs/docs/migrating-from-v1-to-v2.md

so I want to make pull request and publish alpha version for v2.

seems to be done by #4

Thanks!