Created by: evaporei
This is being done to minimize the amount of dependencies
are expose to the end user when running a npm run eject
.
Related to issue: https://github.com/facebook/create-react-app/issues/751.
I thought since chalk
is probably not used directly by the end user, it could be on react-dev-utils
instead of directly on react-scripts
dependencies.