Files
personal-stat-tracker/frontend/node_modules/@svgr/babel-plugin-remove-jsx-attribute/README.md
2022-11-23 15:48:57 -06:00

352 B

@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