$ gnpm install @svgr/babel-plugin-remove-jsx-attribute
npm install --save-dev @svgr/babel-plugin-remove-jsx-attribute
.babelrc
{
"plugins": [
[
"@svgr/babel-plugin-remove-jsx-attribute",
{
"elements": ["svg"],
"attributes": ["width", "height"]
}
]
]
}
MIT
Copyright 2013 - present © cnpmjs.org | Home |