parcel-bundler/parcel

Support ZSTD Compressor

开放

#10,014 创建于 2024年11月18日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (2,274 个派生)batch import
:raising_hand_woman: FeatureGood First Issue

仓库指标

星标
 (44,030 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

🙋 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.

贡献者指南