-
-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
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
v4: stats colors not enabled by default #1915
Comments
It seems that's just a different default configuration of the On v3.x.x I see that if there isn't a a chosen preference then it's automatically enabled if the terminal supports a colored output. Line 169 in 33574ec
webpack-cli/bin/config/config-yargs.js Line 379 in 33574ec
|
We should fix it, because wepack don’t know noting about env, it can be cli and node or browser, or something else |
/cc @webpack/cli-team because it is regression we should fix it asap |
WIP |
Describe the bug
I have just upgraded from v3.3.12 to v4.0.0 and I don't see a colored output on the terminal as before.
What is the current behavior?
Webpack works fine but I don't have colored output.
To Reproduce
Upgrade to v4.0.0.
Expected behavior
Colored output as on v3.3.12.
Additional context
I have tried to:
v3.3.12
-> WORKSThe text was updated successfully, but these errors were encountered: