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
ci: Update size-limit to ensure bundle size optimization (#13571)
I wanted to add a new entry for size limit with sentry browser with max.
tree shaking. While doing this, I noticed that bundle size did not
shrink as much as I would have expected it. After playing around some, I
noticed that it was not actually shaking out the constant changes, for
whatever reason. Probably some size-limit internal default config.
Now, i actually add terser to ensure it fully minimizes & tree shakes
stuff for us.
0 commit comments