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
Temporarily stop removing debug functionality from the CDN bundle while
we work on a more fleshed out bundling solution.
We previously added static globals in
#4273 to leverage
dead code elimination to remove debug functionality from the browser
CDN. Currently though, we only publish a single CDN bundle, the one that
has the debug functionality stripped. Until we publish seperate CDN
bundles for debug and production, we will disable stripped debug
functionality from the production bundle.
0 commit comments