Releases: nonzzz/vite-plugin-compression
Releases · nonzzz/vite-plugin-compression
v0.6.3
v0.6.2
Background
- Fix bundle error
v0.6.1
v0.6.0
Background
Improves & Features
- Algorithm will using
gzip
If user pass a error union type. - Update document usage.
v0.5.0
MINOR
- Migrate vite version.
- Peerdependencies support
vite3
andvite
.
v0.4.3
Background
Patches
- Fix dynamicImports loose right assets info.(Vite's intenral logic cause it. So we define the order for us plugin).
v0.4.2
Background
Minor
- Perf chunk collect logic. In collect setp. Don't clone a new buffer data.
- Change release file. using
.mjs
,.js
.
Others
- Update project dependencies.
v0.4.1
Background
Patches
- Fix dynamicImports can't generator right compressed file.
v0.4.0
Background
Improves & Features
- Add
filename
prop.(Control the generator source name) - Enhanced type inference.
- Performance optimization.