Skip to content

Commit

Permalink
chore: configure babel
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Jun 12, 2018
1 parent 21b6464 commit 752bc42
Showing 1 changed file with 16 additions and 0 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": {
"browsers": [
"> 0.25%",
"not ie 11",
"not op_mini all"
]
}
}
]
]
}

0 comments on commit 752bc42

Please sign in to comment.