From 2a25b4feaf09c6f5ccd9a3dbe90fd30c5422e118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sajn=C3=B3g?= Date: Fri, 30 Jun 2017 10:43:49 +0200 Subject: [PATCH] Update base config to use objectSpread feature --- lib/config/base.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/config/base.js b/lib/config/base.js index d7bc8d7d8..fb9f2ad78 100644 --- a/lib/config/base.js +++ b/lib/config/base.js @@ -7,7 +7,8 @@ module.exports = { ecmaVersion: 6, sourceType: 'module', ecmaFeatures: { - jsx: true + jsx: true, + experimentalObjectRestSpread: true } },