From: Yamagishi Kazutoshi Date: Wed, 14 Jun 2017 11:42:00 +0000 (+0900) Subject: Enable useBuiltIns option of transform-object-rest-spread (#3737) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=c1b9ae7fc24738d74acd2f829db13a6ab187fe3d;p=mastodon.git Enable useBuiltIns option of transform-object-rest-spread (#3737) --- diff --git a/.babelrc b/.babelrc index 139b5b711..081c4f963 100644 --- a/.babelrc +++ b/.babelrc @@ -14,7 +14,7 @@ ], "plugins": [ "syntax-dynamic-import", - "transform-object-rest-spread", + ["transform-object-rest-spread", { "useBuiltIns": true }], "transform-class-properties", [ "react-intl",