saguijs / sagui

:monkey: Front-end tooling in a single dependency

Home Page:http://sagui.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve how we do Flow type checks

pirelenito opened this issue · comments

Instead of relying on running the type checker manually, we should have it running automatically on every build (or file change in development).

Luckily there is a plugin: https://github.com/happylynx/flow-webpack-plugin

Wdyt @xaviervia. Looks like a pretty neat addition to the Epic v9 release.

We should totally do this.