airbnb/babel-plugin-inline-react-svg

Enable svgo removeXMLNS plugin by default

Aperta

#9 aperta il 21 mar 2017

 (7 commenti) (0 reazioni) (0 assegnatari)JavaScript (90 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (474 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

This plugin removes the xmlns attribute from the top-level svg element, which is safe for inline SVGs, which is how all SVGs transformed by this plugin will end up being used. I think it makes sense to enable this plugin by default.

https://github.com/svg/svgo/blob/master/plugins/removeXMLNS.js

Guida contributor