webpack-shell-plugin
webpack-shell-plugin copied to clipboard
Add “quiet” option
Issue
console.log
output is being added to the generated stats.json
file via webpack --profile > stats.json
.
Solution
Add quiet
option.
We have been using this fork in production for two months. Any update?
I'd also like to see this option. The console.log actually causes the JSON to be invalid which we use for other things than just stats. Any way we can get this option added?
I would surely be willing to take care of this, although it is an old issue with little feedback. But if I could help one user, it would be worth it for me :)
we also need this 👍