Skip to content

Commit

Permalink
chore: Review change
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark1626 committed Nov 15, 2020
1 parent df745d2 commit 61dab1f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions e2e/transform/transform-runner/babel.config.js
Expand Up @@ -7,12 +7,7 @@

module.exports = {
presets: [
['@babel/preset-typescript'],
[
'@babel/preset-env',
{
targets: {node: 8},
},
],
['@babel/preset-env', {targets: {node: 'current'}}],
'@babel/preset-typescript',
],
};

0 comments on commit 61dab1f

Please sign in to comment.