JSPM

  • Created
  • Published
  • Downloads 9491731
  • Score
    100M100P100Q240425F
  • License MIT

SVGR preset that apply transformations from config

Package Exports

  • @svgr/babel-preset

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@svgr/babel-preset) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@svgr/babel-preset

Install

npm install --save-dev @svgr/babel-preset

Usage

.babelrc

{
  "presets": [["@svgr/babel-preset", { "svgProps": { "width": 200 } }]]
}

License

MIT