You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2019. It is now read-only.
Code
Expected Behavior
Always write to STDERR, or at least configurable from caller.
Actual Behavior
Only warn and error are written to STDERR, others are written to STDOUT.
For Features; What is the motivation and/or use-case for the feature?
webpack --json > stats.jsonwill cause corrupted JSON if log written to STDOUT.s-panferov/awesome-typescript-loader#461