Skip to content

feat: add support for Zstandard compression algorithm#693

Merged
valscion merged 4 commits intowebpack:mainfrom
bjohansebas:zstd
Jan 20, 2026
Merged

feat: add support for Zstandard compression algorithm#693
valscion merged 4 commits intowebpack:mainfrom
bjohansebas:zstd

Conversation

@bjohansebas
Copy link
Member

Summary

Zstd is especially good for fairly large files. Although its algorithm is faster in general, I still need to work on skipping it for Node 20, which doesn’t have that support.

What kind of change does this PR introduce?

feat

Did you add tests for your changes?
yes

Does this PR introduce a breaking change?

no

If relevant, what needs to be documented once your changes are merged or what have you already documented?

@bjohansebas bjohansebas marked this pull request as ready for review January 19, 2026 16:48
Copy link
Member

@valscion valscion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah seems pretty straightforward! Thanks!

@valscion valscion merged commit 90951ad into webpack:main Jan 20, 2026
5 checks passed
@bjohansebas bjohansebas deleted the zstd branch January 20, 2026 13:23
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

Successfully merging this pull request may close these issues.

2 participants