From 2d77a709a6224bba24ed8b8139dd084d19878b65 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Sat, 19 May 2018 20:13:55 -0400 Subject: [PATCH] Babel: Compile object-spread to Object.assign --- .babelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index ce81689759..1b8ed30b21 100644 --- a/.babelrc +++ b/.babelrc @@ -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",