razzle-plugin-flow

Use Flow with Razzle

Usage no npm install needed!

<script type="module">
  import razzlePluginFlow from 'https://cdn.skypack.dev/razzle-plugin-flow';
</script>

README

razzle-plugin-flow

This package contains a plugin for using Flow with Razzle.

Usage in Razzle Projects

Install the plugin:

yarn add razzle-plugin-flow

Initialize Flow:

yarn flow init

Using the plugin with the default options

// razzle.config.js

module.exports = {
  plugins: ['flow'],
};