-
-
Notifications
You must be signed in to change notification settings - Fork 620
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] --color flag not working well with webpack 4 #1967
Comments
Hi, it was a bug in CLI which is fixed here - #1944 Should be out in the next release :) |
Fixed in master, release will be today |
Was it released? Still having the same issue. |
You should not use the |
I am using:
And even without the |
please create reproducible test repo, it was fixed in 4.1.0 |
Describe the bug
I'm using
webpack-cli@4.0.0
withwebpack@4.44.2
. Runningwebpack --progress --color
command does not output colorful log but plain text with no colors.However,
webpack serve
outputs with color normally.Screenshots
Please paste the results of
webpack-cli info
here, and mention other relevant informationThe text was updated successfully, but these errors were encountered: