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-
31import { makeBaseBundleConfig , makeBundleConfigVariants } from '../../rollup/index.js' ;
42
5- import pkg from './package.json' ;
6-
73const builds = [ ] ;
84
95[ 'es5' , 'es6' ] . forEach ( jsVersion => {
@@ -26,16 +22,6 @@ const replayBaseBundleConfig = makeBaseBundleConfig({
2622 licenseTitle : '@sentry/tracing & @sentry/browser & @sentry/replay' ,
2723 outputFileBase : ( ) => 'bundles/bundle.tracing.replay' ,
2824 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- } ,
3925} ) ;
4026
4127builds . push ( ...makeBundleConfigVariants ( replayBaseBundleConfig ) ) ;
You can’t perform that action at this time.
0 commit comments