Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rpunkfu committed Oct 26, 2016
0 parents commit 927049e
Show file tree
Hide file tree
Showing 11 changed files with 4,856 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"presets": [
["latest", { "loose": true }],
"react"
],
"plugins": [
"transform-export-extensions",
"transform-class-properties",
"transform-function-bind"
]
}
Loading

0 comments on commit 927049e

Please sign in to comment.