Skip to content

Commit

Permalink
update babel, minimize bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
saltas888 committed Feb 14, 2019
1 parent b00baf7 commit b059043
Show file tree
Hide file tree
Showing 6 changed files with 5,444 additions and 2,463 deletions.
6 changes: 3 additions & 3 deletions .babelrc
@@ -1,7 +1,7 @@
{
"presets": ["env"],
"presets": ["@babel/env"],
"plugins": [
"transform-object-rest-spread",
"transform-react-jsx"
"@babel/plugin-transform-react-jsx",
"@babel/plugin-proposal-object-rest-spread"
]
}

0 comments on commit b059043

Please sign in to comment.