File tree Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 1
1
import { terser } from 'rollup-plugin-terser' ;
2
2
import typescript from 'rollup-plugin-typescript2' ;
3
3
import license from 'rollup-plugin-license' ;
4
- import resolve from '@rollup/plugin-node-resolve' ;
5
4
import replace from '@rollup/plugin-replace' ;
6
5
7
6
const commitHash = require ( 'child_process' )
@@ -68,9 +67,6 @@ const plugins = [
68
67
__SENTRY_BROWSER_BUNDLE__ : true ,
69
68
} ,
70
69
} ) ,
71
- resolve ( {
72
- mainFields : [ 'module' ] ,
73
- } ) ,
74
70
] ;
75
71
76
72
const bundleConfig = {
Original file line number Diff line number Diff line change 1
1
import { terser } from 'rollup-plugin-terser' ;
2
2
import typescript from 'rollup-plugin-typescript2' ;
3
3
import license from 'rollup-plugin-license' ;
4
- import resolve from '@rollup/plugin-node-resolve' ;
5
4
import replace from '@rollup/plugin-replace' ;
6
5
7
6
const commitHash = require ( 'child_process' )
@@ -56,9 +55,6 @@ const plugins = [
56
55
__SENTRY_BROWSER_BUNDLE__ : true ,
57
56
} ,
58
57
} ) ,
59
- resolve ( {
60
- mainFields : [ 'module' ] ,
61
- } ) ,
62
58
] ;
63
59
64
60
const bundleConfig = {
Original file line number Diff line number Diff line change 1
1
import { terser } from 'rollup-plugin-terser' ;
2
2
import typescript from 'rollup-plugin-typescript2' ;
3
3
import license from 'rollup-plugin-license' ;
4
- import resolve from '@rollup/plugin-node-resolve' ;
5
4
import replace from '@rollup/plugin-replace' ;
6
5
7
6
const commitHash = require ( 'child_process' )
@@ -56,9 +55,6 @@ const plugins = [
56
55
__SENTRY_BROWSER_BUNDLE__ : true ,
57
56
} ,
58
57
} ) ,
59
- resolve ( {
60
- mainFields : [ 'module' ] ,
61
- } ) ,
62
58
] ;
63
59
64
60
const bundleConfig = {
Original file line number Diff line number Diff line change 1
1
import { terser } from 'rollup-plugin-terser' ;
2
2
import typescript from 'rollup-plugin-typescript2' ;
3
- import resolve from '@rollup/plugin-node-resolve' ;
4
3
import replace from '@rollup/plugin-replace' ;
5
4
6
5
const terserInstance = terser ( {
@@ -46,9 +45,6 @@ const plugins = [
46
45
__SENTRY_BROWSER_BUNDLE__ : true ,
47
46
} ,
48
47
} ) ,
49
- resolve ( {
50
- mainFields : [ 'module' ] ,
51
- } ) ,
52
48
] ;
53
49
54
50
function mergeIntoSentry ( ) {
You can’t perform that action at this time.
0 commit comments