Gatsby is joining Netlify: Read the announcement post
Provides drop-in support for Flow by adding @babel/preset-flow.
@babel/preset-flow
npm install gatsby-plugin-flow
Add the plugin to your gatsby-config.js file:
gatsby-config.js
// In your gatsby-config.js module.exports = { plugins: [`gatsby-plugin-flow`], }