Skip to content

Commit

Permalink
Merge pull request #15349 from Patsy-issa/babel-block-scoping
Browse files Browse the repository at this point in the history
[PERF] Updated babel block-scoping config
  • Loading branch information
rwjblue authored Jun 11, 2017
2 parents 764e43f + 6a74d26 commit 98fe7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broccoli/to-es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = function toES5(tree, _options) {
['transform-es2015-parameters'],
['transform-es2015-computed-properties', {loose: true}],
['transform-es2015-shorthand-properties'],
['transform-es2015-block-scoping'],
['transform-es2015-block-scoping', { 'throwIfClosureRequired': true }],
['check-es2015-constants'],
['transform-es2015-classes', { loose: true }],
['transform-proto-to-assign'],
Expand Down

0 comments on commit 98fe7c0

Please sign in to comment.