@svgr/babel-plugin-remove-jsx-attribute
TypeScript icon, indicating that this package has built-in type declarations

8.0.0 • Public • Published

@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

/@svgr/babel-plugin-remove-jsx-attribute/

    Package Sidebar

    Install

    npm i @svgr/babel-plugin-remove-jsx-attribute

    Weekly Downloads

    7,314,143

    Version

    8.0.0

    License

    MIT

    Unpacked Size

    5.01 kB

    Total Files

    6

    Last publish

    Collaborators

    • neoziro