initial commit

This commit is contained in:
Jason Salzman
2016-10-06 11:10:21 -07:00
commit 52dea8ebb5
54 changed files with 58605 additions and 0 deletions
Executable
+16
View File
@@ -0,0 +1,16 @@
{
"presets": ["es2015", "stage-0", "react"],
"env": {
"development": {
"plugins": [
["react-transform", {
"transforms": [{
"transform": "react-transform-hmr",
"imports": ["react"],
"locals": ["module"]
}]
}]
]
}
}
}