Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Official Plugin
View plugin on GitHub

gatsby-plugin-flow

Provides drop-in support for Flow by adding @babel/preset-flow.

Install

npm install gatsby-plugin-flow

How to use

Add the plugin to your gatsby-config.js file:

// In your gatsby-config.js
module.exports = {
  plugins: [`gatsby-plugin-flow`],
}
© 2023 Gatsby, Inc.