airbnb/babel-plugin-inline-react-svg

Enable svgo removeXMLNS plugin by default

开放

#9 创建于 2017年3月21日

 (7 条评论) (0 个反应) (0 位负责人)JavaScript (90 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (474 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南