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`],
}