Closed sirbully closed 4 months ago
Resolves #50
Please list the changes that are in this PR
vite-bundle-visualizer
visualize
@mui
Our project gzipped is 251.15KB. @mui by itself is 100.4KB (39.98%). It is important to note that@mui depends on:
251.15KB
100.4KB (39.98%)
@emotion
12.68KB
stylis
4.05KB
react-transition-group
4.49KB
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 ๐
121.62KB
48.43%
Please describe new unit tests, E2E tests, or manual testing steps.
Resolves #50
What changed ๐ง
Please list the changes that are in this PR
vite-bundle-visualizer
andvisualize
scriptโ ๏ธ Upon checking,
@mui
is affecting our project's bundle size a lot.Our project gzipped is
251.15KB
.@mui
by itself is100.4KB (39.98%)
. It is important to note that@mui
depends on:@emotion
:12.68KB
-> which depends onstylis
(4.05KB
)react-transition-group
:4.49KB
In total, MUI is taking up
121.62KB
to work properly which is48.43%
of our project bundle size. Hopefully we can address this in the future ๐How did you test it? ๐งช
Please describe new unit tests, E2E tests, or manual testing steps.