darrenscerri/duplicate-package-checker-webpack-plugin

I think option `strict: false` have a bug

relign opened this issue · 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...