Skip to content

Commit

Permalink
Add transpilation with Babel
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Mar 18, 2021
1 parent 7946195 commit 0c8a57e
Show file tree
Hide file tree
Showing 6 changed files with 7,131 additions and 36 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/env",
{
"targets": {
"edge": "17",
"firefox": "60",
"chrome": "67",
"safari": "11.1"
},
"useBuiltIns": "usage",
"corejs": "3.6.5"
}
]
]
}
Loading

0 comments on commit 0c8a57e

Please sign in to comment.