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
Problem: maxSize splits chunks based on file size. This causes all (or many) chunks to be loaded in many cases because the related modules may exist in both chunks.
Problem:
maxSizesplits chunks based on file size. This causes all (or many) chunks to be loaded in many cases because the related modules may exist in both chunks.Refs: