Added babel polyfill and lodash

This commit is contained in:
Jori Lallo
2016-07-23 12:50:48 -07:00
parent 71f68a8af4
commit 2992136fa9
3 changed files with 8 additions and 3 deletions

View File

@@ -1,9 +1,12 @@
{
"presets": ["react", "es2015", "stage-0"],
"plugins": ["transform-decorators-legacy"],
"plugins": [
"lodash",
"transform-decorators-legacy"
],
"env": {
"development": {
"presets": ["react-hmre"]
}
}
}
}