FormidableLabs / inspectpack

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

Feature: Inspect versions of all packages in each asset #168

Open step2yeung opened 3 years ago

step2yeung commented 3 years ago

I have a use case where we want to inspect versions of all the packages bundled in each asset.

The version action currently reports on multiple versions of packages installed that have version skews and have 2+ files included in the bundle. Could we add a new plugin to report all versions in the bundle? eg:

new VersionsPlugin({
  verbose: false
})

Happy to discuss more & take on the work :)

step2yeung commented 3 years ago

fyi @ryan-roemer who seems most active in this repo :)