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 e0a75f5 commit 46de4e2Copy full SHA for 46de4e2
rollup/plugins/bundlePlugins.js
@@ -119,6 +119,8 @@ export function makeTerserPlugin() {
119
// We want to keept he _replay and _isEnabled variable unmangled to enable integration tests to access it
120
'_replay',
121
'_isEnabled',
122
+ // We also can't mangle rrweb private fields when bundling rrweb in the replay CDN bundles
123
+ '_cssText',
124
// We want to keep the _integrations variable unmangled to send all installed integrations from replay
125
'_integrations',
126
],
0 commit comments