create-react-app
                                
                                 create-react-app copied to clipboard
                                
                                    create-react-app copied to clipboard
                            
                            
                            
                        DO NOT clear console on server start
This is a huge fucking hassle sometimes. Whoever made the decision to clear the console needs to be relieved of duty. There is no opinion at play here, this is simply wrong.
+1
This is an ongoing issue for at least 5 years now. I hadn't used CRA in a while and was amazed this hasn't been resolved.
I understand not wanting to make major changes to defaults or introducing code that may be difficult to maintain, but in this case it is only a small adjustment.
I think now more than ever we rely on combining multiple CLI tools together and clearing the console is a very intrusive behaviour.
Early issue with good points made: https://github.com/facebook/create-react-app/issues/2495
Stale PR that even fixed the issue: https://github.com/facebook/create-react-app/pull/3288