airbnb/babel-plugin-inline-react-svg

Enable svgo removeXMLNS plugin by default

オープン

#9 opened on 2017/03/21

 (7 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (90 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (474 個のスター)
PR merge metrics
 (30d に merged 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

コントリビューターガイド