Async/await and new function bind syntax support

This commit is contained in:
SleepWalker
2017-01-14 21:38:38 +02:00
parent bdbc34b163
commit ca7c0ed94c
5 changed files with 59 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
{
"presets": ["react", "es2015", "stage-0"],
"presets": ["react", "es2015", "es2017", "stage-0"],
"plugins": [
["transform-runtime", {"polyfill": false}],
"transform-function-bind",
["react-intl", {"messagesDir": "./dist/messages/"}]
],
"env": {