duplicate-package-checker-webpack-plugin
duplicate-package-checker-webpack-plugin copied to clipboard
[bug] fail to check babel/runtime
in my bundle analyzer , @babel/runtime/helpers/esm/extends.js
had different verison .
versionA is from dependencies in a package, versionB is from the project dependencies.
while build the page with webapack , It didn't figure out the error and interupt the building process