Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with SVGO #93

Closed
mikima opened this issue May 11, 2023 · 1 comment
Closed

issue with SVGO #93

mikima opened this issue May 11, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@mikima
Copy link
Contributor

mikima commented May 11, 2023

Hi, i followed the readme sintraction, however when i run svgo ./flags --recursive --config=svgo.config.js i get this error:
Error: Unknown builtin plugin "cleanupIDs" specified.

I'm using node v19.1.0 and SVGO 3.0.2

@sfeuga
Copy link

sfeuga commented May 23, 2023

I fixed it in the PR #96. It's due to a renaming on the default cleanupIDs' SVGO plugin.
To fix it locally, just rename in the svgo.config.js, cleanupIDs to cleanupIds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants