Skip to content

Commit 39d6ef7

Browse files
committed
preventAssignment needs to stay
1 parent fbe9582 commit 39d6ef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/replay/rollup.npm.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default makeNPMConfigVariants(
1212
plugins: [
1313
// TODO: Remove this - replay version will be in sync w/ SDK version
1414
replace({
15+
preventAssignment: true,
1516
values: {
1617
__SENTRY_REPLAY_VERSION__: JSON.stringify(pkg.version),
1718
},

0 commit comments

Comments
 (0)