Skip to content

Commit

Permalink
update babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
eightypop committed Sep 30, 2017
1 parent 48b2a33 commit 307b31d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-eslint": "^8.0.0",
"babel-loader": "^6.2.7",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"chai": "^4.1.2",
"cross-env": "^5.0.1",
Expand Down Expand Up @@ -80,12 +80,13 @@
},
"babel": {
"presets": [
"es2015",
"react",
"stage-0"
"env",
"react"
],
"plugins": [
"add-module-exports"
"add-module-exports",
"transform-class-properties",
"transform-object-rest-spread"
]
},
"eslintConfig": {
Expand Down

0 comments on commit 307b31d

Please sign in to comment.