alloc / vite-plugin-compress

Compress your bundle + assets from Vite
MIT License
131 stars 13 forks source link

Compatibility with rollup-plugin-copy #2

Closed hinogi closed 3 years ago

hinogi commented 3 years ago

It seems to me that when I use rollup-plugin-copy during build this will not trigger compression of images or anything.

aleclarson commented 3 years ago

A minimal repo that shows the issue, please.