-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Bundle report #1568
Copy link
Copy link
Closed
Description
I would like to be able to generate a report from esbuild showing what files were bundled and how much each file contributed to the final bundled size. For example, if I have some main.js file that imports is-buffer, I'd like to see something like:
out/main.js 123b
├ src/main.js 12b
└ node_modules/is-buffer/index.js 23b
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels