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

Stop flow servers started by this plugin by default

Open kajaste opened this issue 7 years ago • 0 comments

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

kajaste avatar May 10 '18 17:05 kajaste