Skip to content

Commit

Permalink
Babel: Compile object-spread to Object.assign
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarel committed May 20, 2018
1 parent 1f8cb86 commit 2d77a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

["@babel/plugin-proposal-class-properties", {"loose": true}],

["@babel/plugin-proposal-object-rest-spread", {"useBuiltIns": true}],
["@babel/plugin-proposal-object-rest-spread", {"loose": true, "useBuiltIns": true}],

"@babel/plugin-transform-exponentiation-operator",

Expand Down

0 comments on commit 2d77a70

Please sign in to comment.