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

Report to STDERR instead of stdout

Open socketpair opened this issue 5 years ago • 2 comments

Because conflicts with --json (!)

socketpair avatar Jul 02 '20 13:07 socketpair

can you explain how to reproduce this issue?

MQuy avatar Jun 07 '21 17:06 MQuy

  1. --json writes to stdout (that's OK)
  2. report goes to stdout too. And outputs get intermixed. (that's bad)

socketpair avatar Jun 08 '21 08:06 socketpair