Breaking changes
- vite-plugin-svg-sfc now removes
xmlns
,version
, andxml:space
attributes from<svg>
, these attributes are redundant for inlined SVG. - Require Vite >= 5 or Rollup >= 4.
- Builtin SVGO plugin
setSVGAttrs
is renamed tomodifySVGAttrs
.