Skip to content

Commit

Permalink
fix(babel): Update transform runtime opts
Browse files Browse the repository at this point in the history
  • Loading branch information
adambrgmn authored and swashata committed May 4, 2019
1 parent 5224cfe commit 7cbc745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/babel-preset-base/src/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ export const preset = (opts: PresetOptions | null = {}) => {
'@babel/plugin-transform-runtime',
{
corejs: false,
helpers: false,
helpers: true,
regenerator: true,
useESModules: false,
useESModules: true,
},
]);

Expand Down

0 comments on commit 7cbc745

Please sign in to comment.