File tree Expand file tree Collapse file tree 5 files changed +7
-14
lines changed Expand file tree Collapse file tree 5 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,11 @@ const paths = {
37
37
38
38
const plugins = [
39
39
typescript ( {
40
- tsconfig : 'tsconfig.build .json' ,
40
+ tsconfig : 'tsconfig.esm .json' ,
41
41
tsconfigOverride : {
42
42
compilerOptions : {
43
43
declaration : false ,
44
44
declarationMap : false ,
45
- module : 'ES2015' ,
46
45
paths,
47
46
} ,
48
47
} ,
@@ -103,12 +102,11 @@ export default [
103
102
} ,
104
103
plugins : [
105
104
typescript ( {
106
- tsconfig : 'tsconfig.build .json' ,
105
+ tsconfig : 'tsconfig.esm .json' ,
107
106
tsconfigOverride : {
108
107
compilerOptions : {
109
108
declaration : false ,
110
109
declarationMap : false ,
111
- module : 'ES2015' ,
112
110
paths,
113
111
target : 'es6' ,
114
112
} ,
@@ -126,12 +124,11 @@ export default [
126
124
} ,
127
125
plugins : [
128
126
typescript ( {
129
- tsconfig : 'tsconfig.build .json' ,
127
+ tsconfig : 'tsconfig.esm .json' ,
130
128
tsconfigOverride : {
131
129
compilerOptions : {
132
130
declaration : false ,
133
131
declarationMap : false ,
134
- module : 'ES2015' ,
135
132
paths,
136
133
target : 'es6' ,
137
134
} ,
Original file line number Diff line number Diff line change @@ -18,12 +18,11 @@ const terserInstance = terser({
18
18
19
19
const plugins = [
20
20
typescript ( {
21
- tsconfig : 'tsconfig.build .json' ,
21
+ tsconfig : 'tsconfig.esm .json' ,
22
22
tsconfigOverride : {
23
23
compilerOptions : {
24
24
declaration : false ,
25
25
declarationMap : false ,
26
- module : 'ES2015' ,
27
26
paths : {
28
27
'@sentry/utils' : [ '../utils/src' ] ,
29
28
'@sentry/core' : [ '../core/src' ] ,
Original file line number Diff line number Diff line change @@ -32,12 +32,11 @@ const paths = {
32
32
33
33
const plugins = [
34
34
typescript ( {
35
- tsconfig : 'tsconfig.build .json' ,
35
+ tsconfig : 'tsconfig.esm .json' ,
36
36
tsconfigOverride : {
37
37
compilerOptions : {
38
38
declaration : false ,
39
39
declarationMap : false ,
40
- module : 'ES2015' ,
41
40
paths,
42
41
} ,
43
42
} ,
Original file line number Diff line number Diff line change @@ -32,12 +32,11 @@ const paths = {
32
32
33
33
const plugins = [
34
34
typescript ( {
35
- tsconfig : 'tsconfig.build .json' ,
35
+ tsconfig : 'tsconfig.esm .json' ,
36
36
tsconfigOverride : {
37
37
compilerOptions : {
38
38
declaration : false ,
39
39
declarationMap : false ,
40
- module : 'ES2015' ,
41
40
paths,
42
41
} ,
43
42
} ,
Original file line number Diff line number Diff line change @@ -16,12 +16,11 @@ const terserInstance = terser({
16
16
17
17
const plugins = [
18
18
typescript ( {
19
- tsconfig : 'tsconfig.build .json' ,
19
+ tsconfig : 'tsconfig.esm .json' ,
20
20
tsconfigOverride : {
21
21
compilerOptions : {
22
22
declaration : false ,
23
23
declarationMap : false ,
24
- module : 'ES2015' ,
25
24
paths : {
26
25
'@sentry/utils' : [ '../utils/src' ] ,
27
26
'@sentry/core' : [ '../core/src' ] ,
You can’t perform that action at this time.
0 commit comments