nonzzz / vite-plugin-compression

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

Does it compress images #9

Closed laterdays closed 1 year ago

laterdays commented 1 year ago

Does it compress images

nonzzz commented 1 year ago

@laterdays If you want to compress image you can set include :)

laterdays commented 1 year ago

include: ['image'] or include: ['png'] ?

nonzzz commented 1 year ago

@laterdays Wait. what you meaning? I guess you want to compress image look like sharp ? vite-compression-plugin only compress your asset or chunk file with zlib. If you want to compress your static directory. Currently it's not supported it.