We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do you want to request a feature or report a bug? Improvement
What is the current behavior? Outputs progress on non-TTY contexts, generating loads of ouput
If the current behavior is a bug, please provide the steps to reproduce.
webpack --progress
What is the expected behavior? To not print progress. There's a node api for TTY: https://nodejs.org/api/tty.html
If this is a feature request, what is motivation or use case for changing the behavior? CI output gets bloated with process output.
The text was updated successfully, but these errors were encountered:
Have you tried setting env variables for supports-color? https://github.com/chalk/supports-color/blob/master/test.js#L156-L160
supports-color
Sorry, something went wrong.
Fixed at #452
No branches or pull requests
Do you want to request a feature or report a bug?
Improvement
What is the current behavior?
Outputs progress on non-TTY contexts, generating loads of ouput
If the current behavior is a bug, please provide the steps to reproduce.
webpack --progress
in a non-TTY contextWhat is the expected behavior?
To not print progress. There's a node api for TTY: https://nodejs.org/api/tty.html
If this is a feature request, what is motivation or use case for changing the behavior?
CI output gets bloated with process output.
The text was updated successfully, but these errors were encountered: