npm install --save-dev @svgr/babel-plugin-remove-jsx-attribute
.babelrc
json
{
"plugins": [
[
"@svgr/babel-plugin-remove-jsx-attribute",
{
"elements": ["svg"],
"attributes": ["width", "height"]
}
]
]
}
MIT