@svgr/babel-plugin-replace-jsx-attribute-value (5.0.1)
Published 2026-02-24 13:51:15 +00:00 by atheaadmin
Installation
@svgr:registry=npm install @svgr/babel-plugin-replace-jsx-attribute-value@5.0.1"@svgr/babel-plugin-replace-jsx-attribute-value": "5.0.1"About this package
@svgr/babel-plugin-replace-jsx-attribute-value
Install
npm install --save-dev @svgr/babel-plugin-replace-jsx-attribute-value
Usage
.babelrc
{
"plugins": [
[
"@svgr/babel-plugin-replace-jsx-attribute-value",
{
"values": [
{ "value": "#000", "newValue": "#fff" },
{ "value": "blue", "newValue": "props.color", "literal": true }
]
}
]
]
}
License
MIT
Keywords
babel-plugin