Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: supporr the issuer path list #623

Open
easy1090 opened this issue Dec 3, 2024 · 0 comments
Open

[Feature]: supporr the issuer path list #623

easy1090 opened this issue Dec 3, 2024 · 0 comments
Assignees
Milestone

Comments

@easy1090
Copy link
Contributor

easy1090 commented Dec 3, 2024

What problem does this feature solve?

Support the issuer path list

This feature introduces support for the issuer path list in the module graph, specifically designed to address situations where the graph becomes excessively large. By utilizing the issuer path, developers can trace the reasons why a module is bundled, offering a clear and concise linkage.

The issuer path provides a streamlined view, highlighting the sequence of dependencies leading to the inclusion of a particular module. This enhancement is particularly useful for debugging and optimizing the module bundling process, making it easier to identify and understand the relationships and dependencies within complex projects.

For more technical details, refer to the issuer path documentation on the official Webpack configuration page https://webpack.js.org/configuration/stats/#sorting-fields.

@easy1090 easy1090 added this to the 1.0.0 milestone Dec 3, 2024
@easy1090 easy1090 self-assigned this Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant