diegodurli / flow-status-webpack-plugin

Run Flow Status on each Webpack build.
MIT License
98 stars 16 forks source link

Feature Request: Parallel mode #25

Open EvHaus opened 6 years ago

EvHaus commented 6 years ago

Would it be possible to implement a parallel execution mode for this plugin? The goal is to have flow checks happen in parallel to webpack builds so that webpack builds times aren't affected at all. Flow would run on its own thread in the background and print to the console when it finishes processing while webpack continues to run and manage builds as before.