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

Update `svgo` configuration example #101

Closed pierlon closed 3 years ago

pierlon commented 3 years ago

Updates the syntax used to configure svgo v2 plugins. Also adds an example showing how to extend the list of default enabled svgo plugins.

Instructions to configure plugins can be seen here.

Closes #102.