File tree Expand file tree Collapse file tree 3 files changed +821
-15
lines changed Expand file tree Collapse file tree 3 files changed +821
-15
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- presets : [ '@babel/preset-react' ] ,
2
+ presets : [ '@babel/preset-react' , [ '@babel/preset-env' , {
3
+ targets : {
4
+ browsers : [ "last 2 versions" , "ie >= 9" ]
5
+ }
6
+ } ] ] ,
3
7
plugins : [
4
8
'@babel/plugin-proposal-class-properties' ,
5
- '@babel/plugin-proposal-object-rest-spread' ,
6
- ] ,
9
+ '@babel/plugin-proposal-object-rest-spread'
10
+ ]
7
11
} ;
Original file line number Diff line number Diff line change 36
36
"@babel/core" : " ^7.7.5" ,
37
37
"@babel/plugin-proposal-class-properties" : " ^7.7.4" ,
38
38
"@babel/plugin-proposal-object-rest-spread" : " ^7.8.3" ,
39
+ "@babel/preset-env" : " ^7.8.7" ,
39
40
"@babel/preset-react" : " ^7.7.4" ,
40
41
"@testing-library/react" : " ^9.4.0" ,
41
42
"babel-jest" : " ^24.9.0" ,
53
54
"testEnvironment" : " node"
54
55
},
55
56
"dependencies" : {
56
- "@navigationjs/core" : " ^ 0.10.0 " ,
57
- "@railsmob/events" : " ^ 0.2.0 "
57
+ "@navigationjs/core" : " 0.10.1 " ,
58
+ "@railsmob/events" : " 0.2.1 "
58
59
}
59
60
}
You can’t perform that action at this time.
0 commit comments