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
Describe the bug
There's a big increase in bundle size (around 170kb) between v10 and v11.
I'm not sure whether the changes justify the size increase so I'm opening this issue.
To Reproduce
I'm using manualChunks in Vite build rollupOptions to split each large dependency into its own chunk.
Expected behavior
To not have a big increase in bundle size.
Screenshots v10
v11
Desktop & mobile (please complete the following information):
Browser: unrelated
Library version: v11
The text was updated successfully, but these errors were encountered:
Describe the bug
There's a big increase in bundle size (around 170kb) between v10 and v11.
I'm not sure whether the changes justify the size increase so I'm opening this issue.
To Reproduce
I'm using
manualChunks
in Vite build rollupOptions to split each large dependency into its own chunk.Expected behavior
To not have a big increase in bundle size.
Screenshots

v10
v11

Desktop & mobile (please complete the following information):
The text was updated successfully, but these errors were encountered: