Closed aleclofabbro closed 5 months ago
@brumasribera : from extensions-manager
's ExtensionInfo.tsx
removed react-syntax-highlighter
so far: that package loads all languages parsers, taking >1MB
layout didn't worsen at all (for now), as there are no code blocks in READMEs (so far)
let's find a way to load parsers dynamically
the same issue (minor entity) applies to moment
: it loads all languages.
@brumasribera I see the dependency lottie
is also quite heavy: it alone takes 613KB+
resized extensions-manager's package-icon-#
s to 128px
added babel-plugin-direct-import
for @mui
treeshaking
@brumasribera I see the dependency
lottie
is also quite heavy: it alone takes 613KB+
And for now is not used, but will probably will soon on an upload animation in the resource page.
I just could find any other alternative to show a svg animation.
I could try to use a gif or find a lighter alternative.
webapp is 1MB lighter : ~2.6MB
having reviewed much of webpack/webapp-deps in #9 : invest some time to investigate and attempt to fix webpack vendor bundle weight issue