Use es2015-loose

This commit is contained in:
Michael Jackson 2016-07-25 12:04:32 -07:00
parent a53b76e398
commit 80caaa5495
1 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,7 @@
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"byte-size": "^2.0.0",
@ -64,9 +65,9 @@
},
"babel": {
"presets": [
"es2015",
"react",
"stage-1"
"es2015-loose",
"stage-1",
"react"
],
"plugins": [
"transform-object-assign"