flow-webpack-plugin
flow-webpack-plugin copied to clipboard
Ability to run flow on bundles
It would be great if there is a boolean option, when we set it, it runs the flow after webpack compilation. In this case, we have the options to run it on the bundles.
Any news on this? I'm trying to use Flow with CoffeeScript 2 (with comment types syntax: http://coffeescript.org/#type-annotations) but for this I need Flow to run after Webpack loaders transpilaton stage. If possible before uglifying. That would be greatly appreciated by the CoffeeScript community, really.
I just realized the way to run flow on bundles is described here: https://github.com/happylynx/flow-webpack-plugin/pull/5/files#r132853508