airbnb / babel-plugin-inline-react-svg

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

Plugin supports require #28

Closed knoid closed 6 years ago

knoid commented 7 years ago

Hi! I've been using this plugin with great success but it always bugged me having to use imports. I've seen this issue https://github.com/kesne/babel-plugin-inline-react-svg/issues/12 and decided to give it a go.

It's working with my setup and I've also added a fixture to try it.

Let me know if it works for you or if there's anything else you want me to change.

Thanks!

ljharb commented 6 years ago

@knoid thanks, would you mind rebasing this?

knoid commented 6 years ago

done! hope it works for you.

knoid commented 6 years ago

sure, does the last change resemble the same style as the other tests?