FormidableLabs / inspectpack

An inspection tool for Webpack frontend JavaScript bundles.
MIT License
592 stars 20 forks source link

Don't include modules that are part of the dev dependencies. #186

Closed AndyOGo closed 2 weeks ago

AndyOGo commented 3 weeks ago

Is there an existing issue for this?

Code of Conduct

Code Sandbox link

No response

Bug report

This webpack plugin is great.

Unfotunately it reports unbundled `devDependencies` as duplicates.

Similar as here
https://github.com/FormidableLabs/webpack-dashboard/issues/11
AndyOGo commented 2 weeks ago

I inspected the whole dependency graph and it turned out that some nested dependencies install a dev dependencies as prod.