Skip to content

v4.2.0 - Optimize SVGs imported as URLs

Choose a tag to compare

@poppa poppa released this 08 Jan 07:08
· 51 commits to main since this release

SVGs imported as URLs (import svgUrl from ./some.svg?url) will now be SVGO optimized before written to disk on production builds.

NOTE: SVGs imported as URLs will not be optimized in dev mode.

This should fix #52