vbenjs / vite-plugin-compression

Use gzip or brotli to compress resources
MIT License
404 stars 31 forks source link

fix: showing absolute path in verbose mode #20

Open wxh06 opened 2 years ago

wxh06 commented 2 years ago

Before:

dist//Users/wangxinhe/Documents/GitHub/repository/index.html.br  1.59kb / brotliCompress: 0.51kb

截屏2022-06-12 23.36.35.png

After:

dist/index.html.br  1.59kb / brotliCompress: 0.51kb

截屏2022-06-12 23.38.43.png

Makio64 commented 2 years ago

Bump : this should be merged :)

okineadev commented 3 weeks ago

@anncwb Please merge