Skip to content

Latest commit

 

History

History

gatsby-plugin-flow

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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