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

貢獻者指南