@svgr/babel-plugin-remove-jsx-attribute
Install
npm install --save-dev @svgr/babel-plugin-remove-jsx-attributeUsage
.babelrc
{
"plugins": [
[
"@svgr/babel-plugin-remove-jsx-attribute",
{
"elements": ["svg"],
"attributes": ["width", "height"]
}
]
]
}License
MIT
Last updated
Was this helpful?