File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 1
- import replace from '@rollup/plugin-replace' ;
2
-
3
1
import { makeBaseBundleConfig , makeBundleConfigVariants } from '../../rollup/index.js' ;
4
2
5
- import pkg from './package.json' ;
6
-
7
3
const builds = [ ] ;
8
4
9
5
[ 'es5' , 'es6' ] . forEach ( jsVersion => {
@@ -26,16 +22,6 @@ const replayBaseBundleConfig = makeBaseBundleConfig({
26
22
licenseTitle : '@sentry/tracing & @sentry/browser & @sentry/replay' ,
27
23
outputFileBase : ( ) => 'bundles/bundle.tracing.replay' ,
28
24
includeReplay : true ,
29
- packageSpecificConfig : {
30
- plugins : [
31
- replace ( {
32
- preventAssignment : true ,
33
- values : {
34
- __SENTRY_REPLAY_VERSION__ : JSON . stringify ( pkg . version ) ,
35
- } ,
36
- } ) ,
37
- ] ,
38
- } ,
39
25
} ) ;
40
26
41
27
builds . push ( ...makeBundleConfigVariants ( replayBaseBundleConfig ) ) ;
You can’t perform that action at this time.
0 commit comments