create-react-app icon indicating copy to clipboard operation
create-react-app copied to clipboard

DO NOT clear console on server start

Open eric-at-carbodylab opened this issue 3 years ago • 2 comments

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.

eric-at-carbodylab avatar Mar 24 '22 14:03 eric-at-carbodylab

+1

mahnunchik avatar Aug 04 '22 14:08 mahnunchik

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

garmeeh avatar Aug 26 '22 10:08 garmeeh