Skip to content

Commit 8cafa21

Browse files
smondalgauravtiwari
authored andcommitted
Remove default value from transform-runtime (#2666)
1 parent 26109b3 commit 8cafa21

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/install/config/babel.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ module.exports = function(api) {
5656
[
5757
'@babel/plugin-transform-runtime',
5858
{
59-
helpers: false,
60-
regenerator: true,
61-
corejs: false
59+
helpers: false
6260
}
6361
],
6462
[

0 commit comments

Comments
 (0)