File tree Expand file tree Collapse file tree 3 files changed +1204
-81
lines changed Expand file tree Collapse file tree 3 files changed +1204
-81
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- plugins : [
3
- "@babel/plugin-transform-nullish-coalescing-operator" ,
4
- "@babel/plugin-transform-optional-chaining" ,
2
+ presets : [
3
+ "@babel/preset-typescript" ,
4
+ [
5
+ "@babel/preset-env" ,
6
+ {
7
+ targets : {
8
+ safari : "12" ,
9
+ } ,
10
+ } ,
11
+ ] ,
5
12
] ,
6
- presets : [ "@babel/preset-typescript" ] ,
7
13
} ;
Original file line number Diff line number Diff line change 43
43
"@babel/runtime" : " ^7.12.5"
44
44
},
45
45
"devDependencies" : {
46
- "@babel/plugin-transform-nullish-coalescing-operator" : " ^7.22.5" ,
47
- "@babel/plugin-transform-optional-chaining" : " ^7.22.5" ,
46
+ "@babel/preset-env" : " ^7.22.5" ,
48
47
"@babel/preset-typescript" : " ^7.21.5" ,
49
48
"@preconstruct/cli" : " ^2.7.0" ,
50
49
"@types/jest" : " ^26.0.15" ,
You can’t perform that action at this time.
0 commit comments