Skip to content

Commit 55b8ca3

Browse files
committed
remove external entry (not necessary)
1 parent ceabd2d commit 55b8ca3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/replay/rollup.bundle.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ const baseBundleConfig = makeBaseBundleConfig({
1212
licenseTitle: '@sentry/replay',
1313
outputFileBase: () => 'bundles/replay',
1414
packageSpecificConfig: {
15-
// We don't add @sentry/browser to the bundle, hence we mark peerDeps as external
16-
external: [...Object.keys(pkg.peerDependencies || {})],
1715
plugins: [
1816
replace({
1917
preventAssignment: true,

0 commit comments

Comments
 (0)