I have been following this guide: https://create-react-app.dev/docs/analyzing-the-bundle-size/ and just about to run the analyze command to see how big my app is. is this the best way to check bundle/build size in React/JS?
also is there a way to not include certain files from the prod build? like tests? Does CRA handle this automatically?

