MQuy / webpack-deadcode-plugin

Webpack plugin to detect unused files and unused exports in used files
MIT License
348 stars 16 forks source link

Report to STDERR instead of stdout #18

Open socketpair opened 4 years ago

socketpair commented 4 years ago

Because conflicts with --json (!)

MQuy commented 3 years ago

can you explain how to reproduce this issue?

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