@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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

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

      Weekly Downloads

      7,497,504

      Version

      8.0.0

      License

      MIT

      Unpacked Size

      5.01 kB

      Total Files

      6

      Last publish

      Collaborators

      • neoziro