gatsby-plugin-flow

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

Install

npm install gatsby-plugin-flow

How to use

  1. Include the plugin in your gatsby-config.js file.
  2. You’re good to go.

gatsby-config.js

plugins: [`gatsby-plugin-flow`]