Created by: Andrew47
This is a proposed fix for issue https://github.com/facebook/create-react-app/issues/12229. Following the webpack documentation, stats
is set such that only errors or warnings are printed by webpack. This was tested by running npm start
locally.