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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixes a bug where some child->parent edges were missed (#44)
Adds two new fields on ModuleGraphNode, directParents (corresponding to normal imports) and lazyParents (corresponding to dynamic imports). These can be useful for analyzing the module graph.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixes a bug where some child->parent edges were missed (#44)
Adds two new fields on ModuleGraphNode, directParents (corresponding to normal imports) and lazyParents (corresponding to dynamic imports). These can be useful for analyzing the module graph.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
This release updates webpack-bundle-diff to work with Webpack v5. (#40) This is a breaking change; this package is no longer compatible with Webpack v4. (For older versions of Webpack you can continue to use v0.x.x.)