A Rollup / Vite plugin that compresses the bundle output directory into ZIP, TAR, or TGZ archives. Version 1.1.0 is current, with TypeScript support and simple configuration. Designed as a lightweight alternative to larger build tools; no external CLI tools required. Released irregularly, but stable for basic use cases.
npm install rollup-plugin-compress-distNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures a Rollup build that compresses the 'dist' output directory into a 'dist.tar.gz' archive.
Explicitly set sourceName to the output directory name (e.g., 'dist').
Ensure archiverName ends with the correct extension (zip, tar, tgz).
N/A
Run 'npm install rollup-plugin-compress-dist --save-dev' and ensure project uses ESM.
Use default import: import compressDist from 'rollup-plugin-compress-dist'
No dependency data recorded yet.