flow-babel-webpack-plugin
flow-babel-webpack-plugin copied to clipboard
Stop flow servers started by this plugin by default
- By default, flow servers started by this plugin are stopped
- Setting options.stopStartedServer = false disables this behavior
- Pre-started flow server processes are always left alone
The rationale behind this change is that the leaked processes cause major problems on machines that run this plugin on a large number of projects.
The added --quiet flag on line 10 seems to address #16 .