Netlify announces the next evolution of Gatsby Cloud. Learn more
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`], }