nonzzz / vite-plugin-compression

vite plugin. compress your bundle file.
MIT License
171 stars 10 forks source link

feat: support compress public directory #22

Closed nonzzz closed 1 year ago

nonzzz commented 1 year ago

Background

21

CheckList

codecov[bot] commented 1 year ago

Codecov Report

Merging #22 (3b2493c) into master (3c369bb) will increase coverage by 0.32%. The diff coverage is 96.96%.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/nonzzz/vite-compression-plugin/pull/22/graphs/tree.svg?width=650&height=150&src=pr&token=NG4475OP6B&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kanno)](https://codecov.io/gh/nonzzz/vite-compression-plugin/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kanno) ```diff @@ Coverage Diff @@ ## master #22 +/- ## ========================================== + Coverage 94.25% 94.58% +0.32% ========================================== Files 3 3 Lines 209 240 +31 Branches 36 42 +6 ========================================== + Hits 197 227 +30 - Misses 12 13 +1 ``` | [Impacted Files](https://codecov.io/gh/nonzzz/vite-compression-plugin/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kanno) | Coverage Δ | | |---|---|---| | [src/index.ts](https://codecov.io/gh/nonzzz/vite-compression-plugin/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kanno#diff-c3JjL2luZGV4LnRz) | `97.38% <93.33%> (-0.48%)` | :arrow_down: | | [src/utils.ts](https://codecov.io/gh/nonzzz/vite-compression-plugin/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kanno#diff-c3JjL3V0aWxzLnRz) | `94.59% <100.00%> (+5.12%)` | :arrow_up: |
nonzzz commented 1 year ago

close #21