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
chore(build): Remove unused instances of @rollup/plugin-commonjs (#4590)
In four of the five packages in which we're using `@rollup/plugin-commonjs`, it has no effect (removing it doesn't change the bundles at all). This makes sense, because nowhere in those four packages are we importing any CJS modules. This removes those extraneous plugin instances.
(The exception is `@sentry/integrations`, because the `Offline` plugin imports `localforage`, which is CJS. As a result, its rollup config hasn't been changed.)
0 commit comments