Back to Gatsby

gatsby-plugin-flow

packages/gatsby-plugin-flow/README.md

2.20.0311 B
Original Source

gatsby-plugin-flow

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

Install

shell
npm install gatsby-plugin-flow

How to use

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

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