You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With webpack, we are used to optimizing SVG images with SVGO, compressing it with Brotli and saving them to public directory. Is there any plugin for Vite that can do this as well?
The vite-plugin-compression plugin can compress .css, .js, .svg files into Brotli (.br), but I haven't found any that can pre-optimize SVG with SVGO.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
With webpack, we are used to optimizing SVG images with SVGO, compressing it with Brotli and saving them to public directory. Is there any plugin for Vite that can do this as well?
The vite-plugin-compression plugin can compress .css, .js, .svg files into Brotli (.br), but I haven't found any that can pre-optimize SVG with SVGO.
Any idea?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions