Open
Description
What problem does this feature solve?
I would like to be able to see only if there is a problem, if it's green, yellow or red. I don't want to give so much screen to the console, but in order to see what I want I have to see also the entire message which I know already:
DONE Compiled successfully in 24499ms
App running at:
- Local: http://localhost:8080/
- Network: http://192.168.100.10:8080/
Note that the development build is not optimized.
To create a production build, run npm run build.
What does the proposed API look like?
I need a way to have the console say only:
DONE Compiled successfully in 24499ms