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

feat: concatenated modules stats #6784

Merged
merged 7 commits into from
Jun 13, 2024
Merged

Conversation

LingyuCoder
Copy link
Collaborator

@LingyuCoder LingyuCoder commented Jun 12, 2024

Summary

should analyze concated modules by webpack-bundler-analyzer

  • support module.modules[], it is used for drill-down analysis of concated modules
  • support module.depth, it is used while parsing IIFE to get parsed size and gzip size

fix: #6737

image

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@github-actions github-actions bot added release: feature release: feature related release(mr only) team The issue/pr is created by the member of Rspack. labels Jun 12, 2024
Copy link

netlify bot commented Jun 12, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit f9edfe4
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/666a73930fbcb800080f9037

@LingyuCoder LingyuCoder marked this pull request as ready for review June 13, 2024 04:47
@LingyuCoder LingyuCoder merged commit eb18a6f into main Jun 13, 2024
30 checks passed
@LingyuCoder LingyuCoder deleted the feat/concatenated-module-stats branch June 13, 2024 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: feature release: feature related release(mr only) team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Bundle Analyzer issue
3 participants