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 33 [
44 " @babel/preset-env" ,
55 {
6+ "corejs" : 3 ,
7+ "useBuiltIns" : " usage" ,
68 "exclude" : [
79 " transform-async-to-generator" ,
810 " transform-regenerator"
2123 " @babel/plugin-proposal-class-properties" ,
2224 " @babel/plugin-proposal-object-rest-spread" ,
2325 " babel-plugin-lodash" ,
24- " @babel/plugin-transform-runtime"
26+ [
27+ " @babel/plugin-transform-runtime" ,
28+ {
29+ "corejs" : 3
30+ }
31+ ]
2532 ],
2633 "env" : {
2734 "coverage" : {
Original file line number Diff line number Diff line change 7878 "chai" : " ^4.1.0" ,
7979 "coffee-script" : " ^1.11.1" ,
8080 "commander" : " 2.11.0" ,
81+ "core-js" : " ^3.0.0" ,
8182 "cross-env" : " 6.0.3" ,
8283 "css-loader" : " ^5.0.1" ,
8384 "del" : " 5.1.0" ,
109110 "worker-loader" : " ^3.0.5"
110111 },
111112 "dependencies" : {
112- "@babel/runtime-corejs2 " : " ^7.0.0" ,
113+ "@babel/runtime-corejs3 " : " ^7.0.0" ,
113114 "chalk" : " ^2.4.2" ,
114115 "chokidar" : " ^3.5.2" ,
115116 "glob-parent" : " 5.1.2" ,
You can’t perform that action at this time.
0 commit comments