Skip to content

Commit

Permalink
Upgrade to babel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismael Bejarano committed Oct 8, 2018
1 parent 64fb3a9 commit 764176d
Show file tree
Hide file tree
Showing 4 changed files with 3,175 additions and 3,409 deletions.
6 changes: 3 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"plugins": [
"transform-es2015-modules-commonjs",
"transform-es2015-destructuring",
"transform-object-rest-spread"
"@babel/plugin-transform-modules-commonjs",
"@babel/plugin-transform-destructuring",
"@babel/plugin-proposal-object-rest-spread"
]
}
Loading

0 comments on commit 764176d

Please sign in to comment.