Skip to content

Commit

Permalink
huge refactoring with benchmarks and co
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrischmann committed Jan 28, 2017
1 parent 8954673 commit bbe4cfb
Show file tree
Hide file tree
Showing 129 changed files with 5,633 additions and 4,177 deletions.
7 changes: 4 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"presets": [
"es2015",
"stage-0"
"stage-0",
"react"
],
"plugins": [
"transform-class-properties",
"add-module-exports"
"add-module-exports",
"transform-class-properties"
]
}
Loading

0 comments on commit bbe4cfb

Please sign in to comment.