An esbuild plugin that compresses your output files using gzip, brotli, or zstd compression algorithms. Make sure to set write: false in your esbuild configuration, so the plugin can handle file ...
File Rotation and Events Rotation Triggers: Files rotate when they reach the size limit or interval expires. Compression: Rotated files are compressed to .gz if compress is true, and the original is ...