mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-05 02:32:24 +03:00
chore: stripped deepmerge a bit too much
This commit is contained in:
@@ -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;'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user