Official Plugin
View plugin on GitHubgatsby-plugin-flow
Provides drop-in support for Flow by adding @babel/preset-flow
.
Install
npm install gatsby-plugin-flow
How to use
- Include the plugin in your
gatsby-config.js
file. - You’re good to go.
gatsby-config.js
plugins: [`gatsby-plugin-flow`]
Edit this page on GitHub