natemoo-re / astro-icon

Inline and sprite-based SVGs in Astro made easy!
https://astroicon.dev
Other
1.08k stars 60 forks source link

Bump svgo to 3.0.2 #75

Closed rdwz closed 1 year ago

rdwz commented 1 year ago

The latest svgo introduced a breaking change.. Rename cleanupIDs to cleanupIds for consistency #1049

..that causes builds to break Error: Unknown builtin plugin "cleanupIDs" specified. #72 Updating to svgo@3 causes issues #65

stramel commented 1 year ago

This is something that I plan on adding to the next major version. I have been offline for the holidays and just getting back to catching up to it. Going to mark this as a duplicate of #65