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

Svg file path is not passed to svgo #109

Open
optimistiks opened this issue Jun 1, 2021 · 0 comments
Open

Svg file path is not passed to svgo #109

optimistiks opened this issue Jun 1, 2021 · 0 comments

Comments

@optimistiks
Copy link

Svgo has an option to pass the path to svg file to the optimize function https://github.com/svg/svgo#optimize

It allows the prefixIds plugin to automatically prefix ids with a file name https://github.com/svg/svgo/blob/master/plugins/prefixIds.js#L194

However it seems like in this plugin the path is not passed to svgo optimize https://github.com/airbnb/babel-plugin-inline-react-svg/blob/master/src/index.js#L74, and because of that, no path data is available for the prefixIds plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant