duplicate-package-checker-webpack-plugin icon indicating copy to clipboard operation
duplicate-package-checker-webpack-plugin copied to clipboard

I think option `strict: false` have a bug

Open relign opened this issue 6 years ago • 0 comments

image If a npm module is repeated,the versions are 0.0.77 and 1.3.1 , the groups will get:

{
  '0': [...], '1': [...]
}

the filtered.length <=1 is true. Finally, this repeated module will not emit warning...

relign avatar Dec 24 '18 03:12 relign