• Joshua Comeau's avatar
    Create a `--stats` flag for react-scripts `build`. Update README. · 7c859384
    Joshua Comeau authored
    To analyze Webpack bundles, a "stats" JSON is required.
    
    This PR allows that file to be created and saved to the `build`
    directory, so that users can use it with Webpack-specific insight
    tools like `webpack-bundle-analyzer` without ejecting their
    application.
    
    Updated the README to include details for how to do this.
    7c859384