Closed this issue 2 years ago · 1 comments
I was trying to merge an array w/ a existing array on the source but it doesn't seem to merge :(
code
deepMerge({ extract: { include: [ 'test/**/*.{js,ts,jsx,tsx,css}', ] } }, { extract: { include: [ 'src/**/*.{js,ts,jsx,tsx,css}', ] } });
output
fixed with 1.5.2