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
Code loading time jumped a bit in 2.4.0, which isn't super surprising because esbuild is putting everything into a single file instead of code splitting as Webpack used to do.
We should try out an ESM extension to get code splitting back.
Code loading time jumped a bit in 2.4.0, which isn't super surprising because esbuild is putting everything into a single file instead of code splitting as Webpack used to do.
We should try out an ESM extension to get code splitting back.