Skip to content

Commit

Permalink
chore: upgrade build
Browse files Browse the repository at this point in the history
  • Loading branch information
borela authored and davidnpma committed May 31, 2017
1 parent 4d2920e commit 028efc2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 7 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"presets": ["es2015", "stage-0", "react"],
"presets": ["env", "react"],
"plugins": [
"rewire"
"rewire",
"transform-async-generator-functions",
"transform-class-properties",
"transform-do-expressions",
"transform-export-extensions",
"transform-object-rest-spread"
]
}
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,13 @@
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-plugin-rewire": "^1.0.0-rc-3",
"babel-preset-es2015": "^6.3.3",
"babel-plugin-transform-async-generator-functions": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-do-expressions": "^6.22.0",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-preset-env": "^1.4.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.3.13",
"react": "^0.14.0 || ^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0",
Expand Down

0 comments on commit 028efc2

Please sign in to comment.