Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Add es7.objectRestSpread to .babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Jul 19, 2015
1 parent 9b72c07 commit 567c578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"stage": 2, // Draft + Candidate
"optional": [
// Stage 1 - Proposal
"es7.decorators",
"es7.classProperties",
"es7.decorators",
"es7.objectRestSpread",
// Stage 0 - Strawman
"es7.functionBind"
]
Expand Down

0 comments on commit 567c578

Please sign in to comment.