Skip to content

Commit

Permalink
Use babel-preset-env.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed May 18, 2018
1 parent ed06345 commit 0697902
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 210 deletions.
10 changes: 7 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"presets": [
"es2015",
"stage-0",
"env",
"react"
],
"plugins": [
"transform-class-properties",
"transform-object-assign",
"transform-object-rest-spread"
]
}
}
Loading

0 comments on commit 0697902

Please sign in to comment.