We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.html.gz
.js.gz
.json.gz
In #460, compressing files on serve was introduced.
However, it looks like serve still can't serve already compressed files. (e.g. result of viteCompression() or other commonly used plugins)
viteCompression()
Would it be possible to add that?
Testing full deployments of already prezipped files that the server just unpacks on serve
Locally testing without gzip and not really being sure if the gzipped version also works
The text was updated successfully, but these errors were encountered:
I think sirv does support .gz and .br file endings today, see: https://www.npmjs.com/package/sirv#optsgzip https://www.npmjs.com/package/sirv#optsbrotli
.gz
.br
Sorry, something went wrong.
No branches or pull requests
Description
In #460, compressing files on serve was introduced.
However, it looks like serve still can't serve already compressed files. (e.g. result of
viteCompression()
or other commonly used plugins)Would it be possible to add that?
Why
Testing full deployments of already prezipped files that the server just unpacks on serve
Alternatives
Locally testing without gzip and not really being sure if the gzipped version also works
The text was updated successfully, but these errors were encountered: