Skip to content

Commit

Permalink
Merge pull request #35 from Gpx/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
Gpx authored Oct 23, 2018
2 parents 105e932 + 496c260 commit fac8dcb
Show file tree
Hide file tree
Showing 4 changed files with 430 additions and 898 deletions.
14 changes: 12 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
{
"presets": ["env", "react"]
}
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "8",
},
},
],
"@babel/preset-react"
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
coverage/
dist/
Loading

0 comments on commit fac8dcb

Please sign in to comment.