question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Actual Build size is Larger than the 'gzip files size' in terminal

See original GitHub issue

So i am facing a weird issue related to build size.

I run the command to build. yarn build

output:

Screenshot 2019-06-07 at 11 20 05 PM

Then i checked the output file in `/dist’ folder. And surprised to see the file size,

Screenshot 2019-06-07 at 11 20 13 PM

I dont know why its says 1.99 MB file size in terminal if it is not ?

Any help? please?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found