I use NPM run bulid to package the website, and the console displays chunk JS is 1.04MB in size, but when I open ifinder locally, the file size is 3.8m. Why?
CodePudding user response:
Beacuse it was compressed by gzip. Gzip compresses upto 90% of the file size.