mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-01 05:44:05 +03:00
chore: fix build
This commit is contained in:
@@ -92,9 +92,9 @@ function rollupConfig({
|
||||
// we always provide an arrayMerge, remove default
|
||||
'|| defaultArrayMerge' : '',
|
||||
// clone is a deprecated option we dont use
|
||||
'options.clone' : 'false',
|
||||
'options.clone ' : 'false ',
|
||||
// we dont provide a custom merge
|
||||
'options.customMerge' : 'false',
|
||||
'options.customMerge)' : 'false)',
|
||||
// we dont use this helper
|
||||
'deepmerge.all = ' : 'false;',
|
||||
// we dont use symbols on our objects
|
||||
|
||||
Reference in New Issue
Block a user