WomenInSoftwareEngineeringJP / home

Home page for our new organization
https://womeninsoftware.jp/
2 stars 3 forks source link

Project Bundle Visualizer #52

Closed sirbully closed 4 months ago

sirbully commented 4 months ago

Resolves #50

What changed ๐Ÿง

Please list the changes that are in this PR

โš ๏ธ Upon checking, @mui is affecting our project's bundle size a lot.

Our project gzipped is 251.15KB. @mui by itself is 100.4KB (39.98%). It is important to note that@mui depends on:

In total, MUI is taking up 121.62KB to work properly which is 48.43% of our project bundle size. Hopefully we can address this in the future ๐Ÿ™

Screenshot 2024-07-06 at 21 39 07

How did you test it? ๐Ÿงช

Please describe new unit tests, E2E tests, or manual testing steps.