Skip to content

Commit

Permalink
chore(test): use @babel/core
Browse files Browse the repository at this point in the history
Closes #13
  • Loading branch information
Niklas Kiefer committed Jul 5, 2019
1 parent 3b39d2e commit 5d89fc1
Show file tree
Hide file tree
Showing 3 changed files with 966 additions and 257 deletions.
10 changes: 10 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "entry"
}
]
]
}
Loading

0 comments on commit 5d89fc1

Please sign in to comment.