DEV Community

Discussion on: Maybe I Should Have Just Used create-react-app

Collapse
 
bugzpodder profile image
bugzpodder

This feature was deprecated in CRA 3.0. The recommended way is to use source-map-explorer:
facebook.github.io/create-react-ap...

You may have to remove the single quotes if you are on windows:
npx source-map-explorer build/static/js/*.js

Collapse
 
allurewebsolutions profile image
Mike Doubintchik

Yes, but I was hoping to get it working with the bundle analyzer as it has a better interface.

Thank you for confirming CRA 3.0 removed the bundle stats.