Skip to content

Commit

Permalink
fix: Update karma and add babelify to browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Mar 22, 2019
1 parent 16e2deb commit 8d70606
Show file tree
Hide file tree
Showing 4 changed files with 1,559 additions and 575 deletions.
16 changes: 16 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"presets": [
[ "@babel/preset-env",
{
"targets": {
"edge": "17",
"firefox": "60",
"chrome": "67",
"safari": "11.1"
},
"useBuiltIns": "usage",
"corejs": 3
}
]
]
}
Loading

0 comments on commit 8d70606

Please sign in to comment.