You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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:
Happy to discuss more & take on the work :)
The text was updated successfully, but these errors were encountered: