-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
huge refactoring with benchmarks and co
- Loading branch information
rofrischmann
committed
Jan 28, 2017
1 parent
8954673
commit bbe4cfb
Showing
129 changed files
with
5,633 additions
and
4,177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Oops, something went wrong.