@svgr/babel-plugin-remove-jsx-attribute (5.4.0)
Published 2026-02-24 13:51:14 +00:00 by atheaadmin
Installation
@svgr:registry=npm install @svgr/babel-plugin-remove-jsx-attribute@5.4.0"@svgr/babel-plugin-remove-jsx-attribute": "5.4.0"About this package
@svgr/babel-plugin-remove-jsx-attribute
Install
npm install --save-dev @svgr/babel-plugin-remove-jsx-attribute
Usage
.babelrc
{
"plugins": [
[
"@svgr/babel-plugin-remove-jsx-attribute",
{
"elements": ["svg"],
"attributes": ["width", "height"]
}
]
]
}
License
MIT
Keywords
babel-plugin