Skip to content

Is it possible to completely skip .gzip generation #265

Answered by ElMassimo
Bartuz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Bartuz, gzip files are not generated, the logs simply display the file size if compression was applied.

You can disable this report by using reportCompressedSize:

defineConfig({
  build: {
    reportCompressedSize: false,
  },
})

Reporting is fast enough that in most cases it's not worth disabling, but if you have large files then it makes sense.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ElMassimo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants