rahafoundation / raha-web-app

The Raha identity network supporting universal basic income.
https://web.raha.app
Apache License 2.0
10 stars 3 forks source link

Bloated bundle size #100

Closed osdiab closed 6 years ago

osdiab commented 6 years ago

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?)

screen shot 2018-04-12 at 2 08 24 am
tinaroh commented 6 years ago

Probably irrelevant now that we are on mobile.