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;' } }