mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #281] [Feature Request] support show gzip size #125
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tjx666 on GitHub (Dec 12, 2022).
Original GitHub issue: https://github.com/bootandy/dust/issues/281
It would be very useful for frontend developer to analyze bundle size.
@bootandy commented on GitHub (Jan 4, 2023):
The size of a gzip file is already shown.
Are you asking for the gzip file to be unzipped and viewed as if it were unzipped?
@tjx666 commented on GitHub (Jan 5, 2023):
like this, show the file size of gzip and ungzip
@bootandy commented on GitHub (Jan 7, 2023):
I think that would be too confusing as some people would want zip files to stay compressed and others would want them to be unpacked.
So I'm saying no for now. sorry.
@tjx666 commented on GitHub (Jan 11, 2023):
What I want to say is:
For front-end developer, the browser usually fetch the assets by gzip format, the gzip size and sort by gzip is usually more helpful because it is closer to reality.