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

Commit

Permalink
fix: Fix bad babel compilation & compile the spread operator with Obj…
Browse files Browse the repository at this point in the history
…ect.assign

Fixes #98
  • Loading branch information
tleunen committed Jan 29, 2019
1 parent 4970711 commit a2d8712
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 @@ -8,6 +8,6 @@
}]
],
"plugins": [
["@babel/proposal-object-rest-spread", { "useBuiltIns": true }]
["@babel/proposal-object-rest-spread", { "loose": true, "useBuiltIns": true }]
]
}

0 comments on commit a2d8712

Please sign in to comment.