iest / babel-plugin-inline-svg

Babel plugin to optimise and inline svg
49 stars 15 forks source link

🛠 Actually make options work, update deps & README #1

Closed iest closed 6 years ago

iest commented 6 years ago

This is a breaking change because it uses the new SVGO async API.

sawyerh commented 6 years ago

@iest Can this be merged? I'm experiencing some issues with svgo removing aria attributes from the root <svg> node, so would like to pass in the option to disable that 🙏

iest commented 6 years ago

So sorry for the delay @sawyerh, been struggling to find time to sit down and get this properly tested, merged & published. I'll make sure to get it done this weekend :)

iest commented 6 years ago

@sawyerh just published v1.0.0 which should allow you to solve your issue 😊