From 695159fb71fcbd489febb0c9b1df3c58fa1fa12c Mon Sep 17 00:00:00 2001 From: pimlie Date: Fri, 13 Sep 2019 18:26:25 +0200 Subject: [PATCH] chore: stripped deepmerge a bit too much --- scripts/rollup.config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/rollup.config.js b/scripts/rollup.config.js index a6bbd58..0c948ef 100644 --- a/scripts/rollup.config.js +++ b/scripts/rollup.config.js @@ -61,10 +61,7 @@ function rollupConfig({ // we dont provide a custom merge 'options.customMerge' : 'false', // dont use this - 'deepmerge.all = ' : 'false; ', - // we know we will only merge objects together - 'sourceIsArray = ' : 'sourceIsArray = false;', - 'targetIsArray = ' : 'targetIsArray = false;' + 'deepmerge.all = ' : 'false;' } }