airbnb / babel-plugin-inline-react-svg

A babel plugin that optimizes and inlines SVGs for your React Components.
MIT License
474 stars 92 forks source link

SVGO plugins specified as objects seems not recognised (v2.0.1) #102

Closed Al3bad closed 3 years ago

Al3bad commented 3 years ago

I'm trying to use "removeAttrs" plugin for SVGO but I got this error for some reason and this happens also for any plugin specified as object.

Screen Shot 2021-02-24 at 10 41 03 pm

I managed to solve this by installing version 1.1.2 but I'm wondering if there is a better way to solve this problem using the most recent version (v2.0.1)

ljharb commented 3 years ago

What's likely needed here is an update to the plugin logic in this file.

ljharb commented 3 years ago

Actually, looking at #101, it looks like you'll need to update your babel config to pass plugin info differently.