You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Not duplicate of #2115, that issue was a different topic.
The text was updated successfully, but these errors were encountered:
Yes, the "development build not optimized" message appears only once, but still the "app running at" is taking up vertical space. If I try to make the console height to take only one line, I don't see anymore if it's green red or yellow. I actually only care about the colors.
What I do to is I go to serve.js in node_modules folder and comment out the noisy console.log calls. This is problematic when I update packages because I have to go and do it again.
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:
What does the proposed API look like?
I need a way to have the console say only:
Not duplicate of #2115, that issue was a different topic.
The text was updated successfully, but these errors were encountered: