Created by: colingalindo
- Added a step in the production build to generate a stats.json file in the build directory
- To test I ran
npm run create-react-app my-app
went in to the my-app directory and rannpm run build
and verified the stats.json file was output. #798 (closed)