File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3
3
[
4
4
" @babel/preset-env" ,
5
5
{
6
+ "corejs" : 3 ,
7
+ "useBuiltIns" : " usage" ,
6
8
"exclude" : [
7
9
" transform-async-to-generator" ,
8
10
" transform-regenerator"
21
23
" @babel/plugin-proposal-class-properties" ,
22
24
" @babel/plugin-proposal-object-rest-spread" ,
23
25
" babel-plugin-lodash" ,
24
- " @babel/plugin-transform-runtime"
26
+ [
27
+ " @babel/plugin-transform-runtime" ,
28
+ {
29
+ "corejs" : 3
30
+ }
31
+ ]
25
32
],
26
33
"env" : {
27
34
"coverage" : {
Original file line number Diff line number Diff line change 78
78
"chai" : " ^4.1.0" ,
79
79
"coffee-script" : " ^1.11.1" ,
80
80
"commander" : " 2.11.0" ,
81
+ "core-js" : " ^3.0.0" ,
81
82
"cross-env" : " 6.0.3" ,
82
83
"css-loader" : " ^5.0.1" ,
83
84
"del" : " 5.1.0" ,
109
110
"worker-loader" : " ^3.0.5"
110
111
},
111
112
"dependencies" : {
112
- "@babel/runtime-corejs2 " : " ^7.0.0" ,
113
+ "@babel/runtime-corejs3 " : " ^7.0.0" ,
113
114
"chalk" : " ^2.4.2" ,
114
115
"chokidar" : " ^3.5.2" ,
115
116
"glob-parent" : " 5.1.2" ,
You can’t perform that action at this time.
0 commit comments