2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-23 00:10:35 +03:00

chore: stripped deepmerge a bit too much

This commit is contained in:
pimlie
2019-09-13 18:26:25 +02:00
committed by Pim
parent a2f0e7df3c
commit 695159fb71
+1 -4
View File
@@ -61,10 +61,7 @@ function rollupConfig({
// we dont provide a custom merge // we dont provide a custom merge
'options.customMerge' : 'false', 'options.customMerge' : 'false',
// dont use this // dont use this
'deepmerge.all = ' : 'false; ', 'deepmerge.all = ' : 'false;'
// we know we will only merge objects together
'sourceIsArray = ' : 'sourceIsArray = false;',
'targetIsArray = ' : 'targetIsArray = false;'
} }
} }