We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b17363 commit 0135f56Copy full SHA for 0135f56
packages/replay/rollup.bundle.config.js
@@ -12,8 +12,6 @@ const baseBundleConfig = makeBaseBundleConfig({
12
licenseTitle: '@sentry/replay',
13
outputFileBase: () => 'bundles/replay',
14
packageSpecificConfig: {
15
- // We don't add @sentry/browser to the bundle, hence we mark peerDeps as external
16
- external: [...Object.keys(pkg.peerDependencies || {})],
17
plugins: [
18
replace({
19
preventAssignment: true,
0 commit comments