flow-webpack-plugin icon indicating copy to clipboard operation
flow-webpack-plugin copied to clipboard

Ability to run flow on bundles

Open daneshka opened this issue 8 years ago • 2 comments

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.

daneshka avatar Jul 24 '17 18:07 daneshka

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.

laurentpayot avatar Dec 29 '17 02:12 laurentpayot

I just realized the way to run flow on bundles is described here: https://github.com/happylynx/flow-webpack-plugin/pull/5/files#r132853508

laurentpayot avatar Dec 29 '17 02:12 laurentpayot