Start using babel-preset-env

This commit is contained in:
Jori Lallo
2017-04-29 15:52:05 -07:00
parent 37cacf121b
commit 8d84ebe886
4 changed files with 73 additions and 29 deletions

View File

@@ -1,8 +1,12 @@
{
"presets": ["react", "es2015", "stage-0"],
"presets": ["react", "env"],
"plugins": [
"lodash",
"transform-decorators-legacy"
"transform-decorators-legacy",
"transform-es2015-destructuring",
"transform-object-rest-spread",
"transform-regenerator",
"transform-class-properties"
],
"env": {
"development": {