Is there a way to have Rollup optimize the images as they are being copied, e.g. using svgo and other image optimization tools? I know Webpack has image-minimizer-webpack-plugin, among other options, I assume Rollup must have one too. Let's set that up so we can be sure the images are optimal.
Is there a way to have Rollup optimize the images as they are being copied, e.g. using
svgo
and other image optimization tools? I know Webpack has image-minimizer-webpack-plugin, among other options, I assume Rollup must have one too. Let's set that up so we can be sure the images are optimal.