Created by: lumio
This PR allows disabling clearConsole by providing the env variable DEBUG (suggested here and here).
DEBUG
How this works?
create-react-app my-app cd my-app DEBUG=1 yarn start # or: DEBUG=1 npm start