Skip to content

Commit

Permalink
Remove default value from transform-runtime (#2666)
Browse files Browse the repository at this point in the history
  • Loading branch information
smondal authored and gauravtiwari committed Aug 16, 2020
1 parent 26109b3 commit 8cafa21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/install/config/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ module.exports = function(api) {
[
'@babel/plugin-transform-runtime',
{
helpers: false,
regenerator: true,
corejs: false
helpers: false
}
],
[
Expand Down

0 comments on commit 8cafa21

Please sign in to comment.