silverbulletmd / silverbullet

The hackable notebook
https://silverbullet.md
MIT License
2.01k stars 138 forks source link

Fix double imports #899

Closed MrMugame closed 1 week ago

MrMugame commented 1 week ago

This removes any packages, which were imported twice, resulting in a bundle size decrease of about 28% (2272KiB to 1648KiB)

MrMugame commented 1 week ago

It really gets annoying when it's multiple levels deep, but now we are down to 1620KiB. This also fixes css not working for code blocks, probably because of instanceof issues

zefhemel commented 1 week ago

Awesome thank you!