From 012d4433c253be1e473b166bae5cb7b8a47bace2 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Tue, 20 Mar 2018 22:05:30 +0100 Subject: [PATCH] fix rollup config --- build/rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/rollup.config.js b/build/rollup.config.js index c97e3761c1..cbca4679bc 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -17,7 +17,7 @@ const plugins = [ 'defineProperties', 'createClass', 'inheritsLoose', - 'extends' + 'objectSpread' ] }) ]