File tree 5 files changed +305
-209
lines changed
5 files changed +305
-209
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "presets" : [
3
- [
4
- " env" ,
5
- {
6
- "esmodules" : false ,
7
- "targets" : {
8
- "browsers" : [
9
- " > 3%"
10
- ]
11
- }
2
+ "presets" : [
3
+ [
4
+ " env" ,
5
+ {
6
+ "esmodules" : false ,
7
+ "targets" : {
8
+ "browsers" : [
9
+ " > 3%"
10
+ ]
12
11
}
13
- ]
14
- ],
15
- "plugins" : [
16
- [" transform-runtime" , {"polyfill" : false }]
12
+ }
17
13
]
18
- }
14
+ ],
15
+ "plugins" : [" @babel/plugin-transform-runtime" ]
16
+ }
Original file line number Diff line number Diff line change 28
28
"crypto" : false
29
29
},
30
30
"devDependencies" : {
31
- "babel-core" : " ^6.26.3" ,
32
- "babel-plugin-transform-runtime" : " ~6.23.0" ,
33
- "babel-polyfill" : " ~6.26.0" ,
34
- "babel-preset-env" : " ~1.6.1" ,
35
- "babel-preset-es2017" : " ^6.24.1" ,
36
- "babel-runtime" : " 6.26.0" ,
31
+ "@babel/core" : " 7.7.5" ,
32
+ "@babel/plugin-transform-runtime" : " ^7.7.6" ,
33
+ "@babel/preset-env" : " ^7.7.6" ,
34
+ "babel-plugin-external-helpers" : " ^6.22.0" ,
35
+ "babel-preset-env" : " ^1.7.0" ,
37
36
"clang-format" : " ~1.2.2" ,
38
37
"cross-env" : " ^5.2.0" ,
39
38
"dat.gui" : " ^0.7.1" ,
You can’t perform that action at this time.
0 commit comments