yarn add source-map-explorerThen in package.json, add the following line to scripts:"scripts": { + "analyze": "source-map-explorer build/static/js/main.*", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test",...