airbnb/babel-plugin-inline-react-svg

Enable svgo removeXMLNS plugin by default

Offen

#9 geöffnet am 21.03.2017

 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (90 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (474 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide