RigoBlock / webapp

RigoBlock webapp v1
0 stars 3 forks source link

Reduce bundle size #159

Open vshjxyz opened 5 years ago

vshjxyz commented 5 years ago

we need to make use of webpack tree-shaking and analyze the bundle in order to reduce it in order of magnitudes. Right now it makes it very hard to build and maintain

wnz99 commented 5 years ago

As per Slack:

https://dev.to/goenning/how-we-reduced-our-initial-jscss-size-by-67-3ac0

Btw, I will try to upgrade to the new version of react-create-app first.