vite-plugin-zip
File compressor
A plugin that compresses files at build time using the ZIP format.
Gzip files at build time.
17 stars
2 watching
2 forks
Language: JavaScript
last commit: 25 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nonzzz/vite-plugin-compression | Compresses bundle files for Vite applications. | 175 |
60late/vite-plugin-minipic | An image compression plugin for Vite that uses Sharp.js to compress images before bundling. | 42 |
sindresorhus/gulp-zip | A tool for compressing files into a ZIP archive | 270 |
7th-cyborg/vite-plugin-zip-pack | A Vite plugin that creates a zip file from the distribution folder | 35 |
kryops/rollup-plugin-gzip | A plugin that compresses Rollup bundles with Gzip or Brotli | 56 |
vheemstra/vite-plugin-imagemin | A Vite plugin that compresses and optimizes images using Imagemin. | 22 |
tomjs/vite-plugin-html | A plugin for Vite that handles HTML files, providing compression, loading, and CDN functionality. | 4 |
sapphi-red/vite-plugin-static-copy | A plugin for vite that copies files during dev server startup for faster build times | 292 |
aubreypwd/zsh-plugin-cvideo | A plugin to compress videos using ffmpeg in the zsh shell. | 1 |
vasi/pixz | A parallel and indexed compression tool that improves upon the existing XZ format by allowing random access to compressed data. | 711 |
sindresorhus/gzip-size-cli | A command-line tool to calculate the compressed size of files or input data | 188 |
vivkin/nozip | A C library for reading ZIP files by parsing and decoding the ZIP format to provide direct access to the stored data | 13 |
guzba/zippy | A Nim implementation of compression algorithms and formats | 257 |
webpack-contrib/compression-webpack-plugin | Tools for compressing web assets to improve transfer efficiency and reduce network latency. | 1,413 |
richardtallent/vite-plugin-singlefile | A Vite plugin that inlines JavaScript and CSS resources into a single HTML file for offline web applications. | 867 |