Config and flow scripts

This commit is contained in:
Jori Lallo
2017-05-03 22:49:08 -07:00
parent b6ec9029d8
commit dfdaef1098
4 changed files with 39 additions and 21 deletions

View File

@@ -1,5 +1,8 @@
{
"presets": ["react", "env"],
"presets": [
"react",
"env"
],
"plugins": [
"lodash",
"transform-decorators-legacy",
@@ -10,7 +13,9 @@
],
"env": {
"development": {
"presets": ["react-hmre"]
"presets": [
"react-hmre"
]
}
}
}
}