-
-
Notifications
You must be signed in to change notification settings - Fork 621
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
webpack-cli@v4.2.0 breaks color support on CI/CD #2038
Labels
Comments
Thanks for the report. I'm looking into it. |
We still support
EDIT: |
Was going by comment #1967 (comment) |
Note for myself:
adding test for multi compiler mode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Automated color detection was broken in v4.0.0 and subsequently fixed in v4.1.0. It is now broken again in v4.2.0 but only partially. The removal of
--color
flag also means we can not override this behavior and are left with uncolored output on CI.Expected behavior
Either color support is properly detected or an override flag is provided again.
Screenshots
v4.1.0:
![firefox_2020-11-04_21-44-42](https://user-images.githubusercontent.com/25139420/98165963-0aa81b80-1ee7-11eb-8f31-a2487c84e951.png)
v4.2.0:
![firefox_2020-11-04_21-44-59](https://user-images.githubusercontent.com/25139420/98165976-109dfc80-1ee7-11eb-98f0-cd0e76855d4b.png)
Please note that Drone fully supports ANSI colors but might not be properly detected by some tools (or outright blocked due to CI environment variable being detected)
The text was updated successfully, but these errors were encountered: