Add for-of transform to babel configurations

Summary:
Adds babel-plugin-transform-es2015-for-of to babel configuration.

public

Reviewed By: tadeuzagallo

Differential Revision: D2712220

fb-gh-sync-id: cc6dd9e6e70946607ef9bb9f659eb628cf2eb555
This commit is contained in:
David Aurelio 2015-12-02 03:10:42 -08:00 committed by facebook-github-bot-0
parent b428bebf56
commit d6dc12e551
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@
"transform-object-rest-spread",
"transform-react-display-name",
"transform-react-jsx",
"transform-regenerator"
"transform-regenerator",
"transform-es2015-for-of"
],
"sourceMaps": false
}