Actual Build size is Larger than the 'gzip files size' in terminal
See original GitHub issueSo i am facing a weird issue related to build size.
I run the command to build.
yarn build
output:
Then i checked the output file in `/dist’ folder. And surprised to see the file size,
I dont know why its says 1.99 MB file size in terminal if it is not ?
Any help? please?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How can I get the uncompressed size of gzip file without ...
Unfortunately, the only way to know is to extract it and count the bytes. gzip files do not properly report uncompressed data >4GB...
Read more >Can gzip file compression increase the file size? - Quora
Due to the overhead and latency of compression and decompression, gzip is not useful for a files smaller than 1000 bytes.
Read more >How portable is a gzip file over 4 GB in size?
I have just noticed that gzip has a 4 GB size limit. More accurately, the gzip format can't correctly store uncompressed file sizes...
Read more >Files when unzipped are much larger (60x) than .gz
Show activity on this post. I tried to use gzip to unzip these files but they unzipped to a much larger size than...
Read more >Compressed (by tar gzip) size is far larger than the original ...
ls -sh does not take subdirectories into account. I would use du -csh -- * to calculate this (the -- prevents problems with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
wow, what have you done? What package is added? Try
yarn analyze
https://css-tricks.com/the-difference-between-minification-and-gzipping/ https://stackoverflow.com/questions/2712173/check-the-total-content-size-of-a-tar-gz-file https://stackoverflow.com/questions/9468511/how-can-i-estimate-the-size-of-my-gzipped-script https://stackoverflow.com/questions/2712173/check-the-total-content-size-of-a-tar-gz-file