Skip to content

Commit

Permalink
Merge pull request #845 from poanetwork/add-support-for-async-await-#837
Browse files Browse the repository at this point in the history
(Feature) Add support for async/await
  • Loading branch information
vbaranov authored May 4, 2018
2 parents f16ec7d + ad4d9b9 commit 502c33d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/polyfills.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ require('whatwg-fetch');
// Object.assign() is commonly used with React.
// It will use the native implementation if it's present and isn't buggy.
Object.assign = require('object-assign');

require('babel-polyfill')
28 changes: 28 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"babel-jest": "20.0.3",
"babel-loader": "7.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-app": "^3.0.1",
"babel-preset-stage-1": "^6.24.1",
Expand Down

0 comments on commit 502c33d

Please sign in to comment.