Skip to content

Commit

Permalink
Making for..of transform loose, per discussions in facebook#5294
Browse files Browse the repository at this point in the history
  • Loading branch information
skevy committed Jan 25, 2016
1 parent a2e89b9 commit 5b8d7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel-preset/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
'transform-react-display-name',
'transform-react-jsx',
'transform-regenerator',
'transform-es2015-for-of',
['transform-es2015-for-of', { loose: true }],
],
retainLines: true,
sourceMaps: false,
Expand Down

0 comments on commit 5b8d7c8

Please sign in to comment.