My personal blog, which is based on this starter, uses a lot of SVGs, so I created gatsby-plugin-optimize-svgs to automatically minify SVGs at build time. This minification is quite significant - see screenshot below.
I've had this live in production for a while and have had no issues. I'm wondering if this would be a good addition to gatsby-starter-lumen? A lot of sites use SVGs for icons / drawings / illustrations, and my guess is that the majority of them are not optimized. This plugin would be a lightweight addition to this starter - it does nothing if you have no SVGs, and it automatically minifies them if you do.
@alxshelepenok thoughts? I'm happy to submit a PR for this if you're onboard.
My personal blog, which is based on this starter, uses a lot of SVGs, so I created gatsby-plugin-optimize-svgs to automatically minify SVGs at build time. This minification is quite significant - see screenshot below.
I've had this live in production for a while and have had no issues. I'm wondering if this would be a good addition to
gatsby-starter-lumen
? A lot of sites use SVGs for icons / drawings / illustrations, and my guess is that the majority of them are not optimized. This plugin would be a lightweight addition to this starter - it does nothing if you have no SVGs, and it automatically minifies them if you do.@alxshelepenok thoughts? I'm happy to submit a PR for this if you're onboard.