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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: