vshepel / vite-svg-sprite-wrapper

Creating one sprite file on the fly
27 stars 5 forks source link

Builds sprite.svg at start of dev and on build #2

Closed 13twelve closed 1 year ago

13twelve commented 1 year ago

Fixes https://github.com/vshepel/vite-svg-sprite-wrapper/issues/1

Will generate the spite.svg on builds as well as for dev.

Something I couldn't figure out was how to add the generated sprite to the manifest.json - which I think would be a nice to have.

vshepel commented 1 year ago

@13twelve Thanks!