0.1.0 • Published 8 years ago
parcel-plugin-flow v0.1.0
parcel-plugin-flow
Seamlessly integrate Flow type checking to your Parcel-based project
Usage
Install the plugin
npm install --save-dev parcel-plugin-flowMake sure you have flow-bin installed
npm install --save-dev flow-binAnd make Babel stripping the types (in case you don't use preset-react)
npm install --save-dev babel-plugin-transform-flow-strip-types0.1.0
8 years ago