Skip to content

Commit

Permalink
Upgrade to babel 7 (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysarson authored and josdejong committed Sep 8, 2018
1 parent c5971b3 commit 5750a18
Show file tree
Hide file tree
Showing 7 changed files with 3,005 additions and 922 deletions.
4 changes: 2 additions & 2 deletions .babelrc
@@ -1,6 +1,6 @@
{
"presets": [
["env"]
["@babel/preset-env"]
],
"plugins": ["transform-object-assign"]
"plugins": ["@babel/plugin-transform-object-assign"]
}

0 comments on commit 5750a18

Please sign in to comment.