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
only enable code splitting in esm format (#403) (49f48ea)
BREAKING CHANGES
Code splitting now only works for esm format (default output format is cjs), code splitting with cjs format is not supported by esbuild, and our workaround is kinda buggy, so we reverted that decision.