Skip to content

Commit

Permalink
build(babel): default settings for babel traspilation
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jul 5, 2019
1 parent 9668a0f commit e184387
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "usage",
"corejs": 3
}
]
],
"plugins": [
"@babel/plugin-transform-runtime"
],
"sourceType": "module"
}

0 comments on commit e184387

Please sign in to comment.