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.
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.