airbnb/babel-plugin-inline-react-svg

Enable svgo removeXMLNS plugin by default

Aberta

#9 aberto em 21 de mar. de 2017

 (7 comentários) (0 reação) (0 responsável)JavaScript (90 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (474 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador