@next-zero/babel-preset-jsx-flow
v0.3.2
Published
config babel for NextJs
Readme
@next-zero/babel-preset-jsx-flow
Babel preset config for next-zero.
Installation
yarn add --dev eslint @next-zero/babel-preset-jsx-flowNote: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like
Usage
Add to your babel config (.babelrc):
{
"presets": "@next-zero/jsx-flow"
}