Skip to content

Commit

Permalink
Merge pull request #26 from olzzon/develop
Browse files Browse the repository at this point in the history
Added babol.config.js
  • Loading branch information
olzzon committed Mar 4, 2019
2 parents 2d75f3f + f8bb81a commit 1b1958b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread"
]
}

0 comments on commit 1b1958b

Please sign in to comment.