oxc/tasks/minsize
sapphi-red e0117db531
feat(minifier): replace const with let for non-exported read-only variables (#8733)
Replace `const` with `let` when that value does not have any assignments and not exposed.
2025-01-26 12:44:01 +00:00
..
src chore(tasks/minsize): enable test coverage 2025-01-19 12:00:40 +08:00
Cargo.toml chore(tasks): print diff for minify idempotency assertion (#8161) 2024-12-29 00:55:45 +08:00
minsize.snap feat(minifier): replace const with let for non-exported read-only variables (#8733) 2025-01-26 12:44:01 +00:00
README.md feat: add cargo minsize task for tracking minification size (#276) 2023-04-14 13:07:37 +08:00

Track Minification size

See minification-benchmarks for baseline.