You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about reducing the bundle size. When I create a minimum graph without using minimap and drawers explicitly, these components are still included in the bundle and they take at least 80 KB. Is there any way to avoid them being included in the final bundle when not needed in the app?
A minimum working example:
create-vite-app to create a svelte project (without sveltekit).
Install svelvet (I am on 9.0.0).
Replace the App.svelte with the following code (modified from the docs).
Run vite-bundle-visualizer to see the final bundle.
Hello, thanks for making this excellent library!
I have a question about reducing the bundle size. When I create a minimum graph without using minimap and drawers explicitly, these components are still included in the bundle and they take at least 80 KB. Is there any way to avoid them being included in the final bundle when not needed in the app?
A minimum working example:
App.svelte
with the following code (modified from the docs).The text was updated successfully, but these errors were encountered: