duplicate-package-checker-webpack-plugin
duplicate-package-checker-webpack-plugin copied to clipboard
I think option `strict: false` have a bug
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...