Using source-map-explorer we see that our bundle size is a little embarrasing for how tiny and simple this app is.
Looks like Firebase and FontAwesome are taking up a ton of space, probably not being tree shaked properly. Maybe we're including them wrong somehow or tree-shaking is not configured quite right (though i think create-react-app should be set up properly for us?)
Using source-map-explorer we see that our bundle size is a little embarrasing for how tiny and simple this app is.
Looks like Firebase and FontAwesome are taking up a ton of space, probably not being tree shaked properly. Maybe we're including them wrong somehow or tree-shaking is not configured quite right (though i think
create-react-app
should be set up properly for us?)