Remove console clearing in logs (or at least allow to scroll)
Created by: BenoitAverty
Hello,
I am a bit annoyed by the fact that create-react-app clears the console each time it compiles in 'npm start' logs.
For example, when I run npm start, I sometimes see that there's a warning but it disappears almost immediately and I can't read it. I can't even scroll up to see it!
It's also not very appropriate when I run both the client and server with node-foreman for example, because the app assumes it's the only one to run in the terminal.
Is there a way to disable this or a workaround ?