You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, gzip and brotli compressors are supported, for producing .gz and .br files for text assets.
As of 8 months ago, chrome now supports zstd-compressed assets.
It would be nice if a zstd compressor could be supported as well, to benefit from this.
Of course, doing so also depends on how the website is being served, but that is out of scope for parcel.
The text was updated successfully, but these errors were encountered:
🙋 Feature Request
Support a zstd compressor.
🔦 Context
Currently, gzip and brotli compressors are supported, for producing
.gz
and.br
files for text assets.As of 8 months ago, chrome now supports zstd-compressed assets.
It would be nice if a zstd compressor could be supported as well, to benefit from this.
Of course, doing so also depends on how the website is being served, but that is out of scope for parcel.
The text was updated successfully, but these errors were encountered: