Skip to content

Commit

Permalink
Upgrades to babel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Aug 31, 2018
1 parent 2fda6fb commit 2e51cec
Show file tree
Hide file tree
Showing 10 changed files with 4,348 additions and 3,325 deletions.
7 changes: 6 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"presets": [
["es2015", { "modules": false }]
[
"@babel/preset-env",
{
"modules": false
}
]
]
}
Loading

0 comments on commit 2e51cec

Please sign in to comment.