refactor: Use ES6 classes instead of createClass

This commit is contained in:
Tom MacWright
2017-05-11 11:04:12 -04:00
committed by Tom MacWright
parent 5657bb232a
commit f5c5f86b24
9 changed files with 89 additions and 106 deletions

View File

@ -1,4 +1,5 @@
{
"plugins": ["transform-class-properties"],
"presets": [
"stage-0",
"es2015",