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
How can I configure webpack to emit separate chunks for each Svelte 5 component? It seems Vite accomplishes this with very little persuasion, but in my multi-page application, all I have is one output for each entrypoint and I cannot convince webpack to split out the components, even with a custom splitChunks plugin configuration, such as the following.
How can I configure webpack to emit separate chunks for each Svelte 5 component? It seems Vite accomplishes this with very little persuasion, but in my multi-page application, all I have is one output for each entrypoint and I cannot convince webpack to split out the components, even with a custom
splitChunks
plugin configuration, such as the following.The text was updated successfully, but these errors were encountered: