File tree 3 files changed +193
-11
lines changed
3 files changed +193
-11
lines changed Original file line number Diff line number Diff line change 13
13
" @babel/plugin-proposal-class-properties" ,
14
14
" @babel/plugin-proposal-export-default-from" ,
15
15
" @babel/plugin-proposal-optional-chaining" ,
16
- " @babel/plugin-proposal-nullish-coalescing-operator"
16
+ " @babel/plugin-proposal-nullish-coalescing-operator" ,
17
+ [" @babel/plugin-transform-runtime" ,
18
+ {
19
+ "regenerator" : true
20
+ }
21
+ ]
17
22
]
18
23
},
19
24
"development" : {
25
30
" @babel/plugin-proposal-class-properties" ,
26
31
" @babel/plugin-proposal-export-default-from" ,
27
32
" @babel/plugin-proposal-optional-chaining" ,
28
- " @babel/plugin-proposal-nullish-coalescing-operator"
33
+ " @babel/plugin-proposal-nullish-coalescing-operator" ,
34
+ [" @babel/plugin-transform-runtime" ,
35
+ {
36
+ "regenerator" : true
37
+ }
38
+ ]
29
39
]
30
40
},
31
41
"es" : {
Original file line number Diff line number Diff line change 59
59
"@babel/plugin-proposal-export-default-from" : " ^7.0.0" ,
60
60
"@babel/plugin-proposal-nullish-coalescing-operator" : " ^7.0.0" ,
61
61
"@babel/plugin-proposal-optional-chaining" : " ^7.0.0" ,
62
+ "@babel/plugin-transform-runtime" : " ^7.0.0" ,
62
63
"@babel/preset-env" : " ^7.0.0" ,
63
64
"@babel/preset-react" : " ^7.0.0" ,
64
65
"@babel/register" : " ^7.0.0" ,
You can’t perform that action at this time.
0 commit comments