PlexusJS/plexus

deepMerge not merging arrays with existing arrays

Closed this issue · 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
image

fixed with 1.5.2