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
As of today, I know of two ways to split federated chunks:
Using shared settings (only for packages/libraries)
Using a dynamic import with next/dynamic
Is there any other way to split federated chunks for application code? I noticed that splitChunks is explicitly deleted on the childCompiler, so that isn't an option. I also don't know of a way to leverage shared settings for application code and not packages/libraries.