Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciacalvo committed Oct 13, 2020
1 parent 04ca44f commit 587ca3c
Show file tree
Hide file tree
Showing 9 changed files with 6,091 additions and 4,781 deletions.
17 changes: 17 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"browsers": [
"last 2 versions"
]
},
"exclude": [
"transform-regenerator"
]
}
]
]
}
12 changes: 12 additions & 0 deletions dist/babel.config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/babel.config.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 587ca3c

Please sign in to comment.