-
-
Notifications
You must be signed in to change notification settings - Fork 236
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
Colors not displaying with prefix enabled #49
Comments
This isn't so easy because to preserve original colors output by webpack, we need to directly pipe webpack stdout without modifying it in between. I'm open to a separate |
Meanwhile you can try to find if webpack has a |
If child process uses chalk, just set FORCE_COLOR=1 (using cross-env for example). |
Hey guys, check #86 for some context on how this was fixed. |
Published v3.2.0! |
I've noticed colors are only displayed by my
webpack
child process when using the--raw
flag.However, the
--raw
flag seems to disable prefixes.Is it possible to have the child processes output their color and keep the prefixes I've assigned to them?
(Would love to have my cake and eat it! :D)
The text was updated successfully, but these errors were encountered: