saguijs / sagui

:monkey: Front-end tooling in a single dependency
http://sagui.js.org/
MIT License
669 stars 32 forks source link

Improve how we do Flow type checks #333

Open pirelenito opened 7 years ago

pirelenito commented 7 years ago

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.

xaviervia commented 7 years ago

We should totally do this.