Skip to content
New issue

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

[esbuild-plugin-compress] Add zstd support #109

Open
Daniel15 opened this issue Apr 18, 2024 · 0 comments
Open

[esbuild-plugin-compress] Add zstd support #109

Daniel15 opened this issue Apr 18, 2024 · 0 comments

Comments

@Daniel15
Copy link

Daniel15 commented Apr 18, 2024

Chrome was doing an origin trial of zstd compression, and just shipped it in Chrome v123: https://chromestatus.com/feature/6186023867908096. Mozilla also just landed it in nightly builds (mozilla/standards-positions#775 (comment))

zstd is faster than Brotli while also usually having a better compression ratio. It would be nice for this plugin to support it.

There are a few Node.js modules that implement zstd, for example https://www.npmjs.com/package/@skhaz/zstd.

@Daniel15 Daniel15 changed the title [esbuild-plugin-compress] Add zstd support? [esbuild-plugin-compress] Add zstd support Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant