swisnl / laravel-mix-svg-sprite

SVG sprite component for Laravel Mix
MIT License
17 stars 2 forks source link

Creating multiple sprites does not work #5

Open marijnz0r opened 5 years ago

marijnz0r commented 5 years ago

Detailed description

It is not possible to create multiple sprites. Only the last sprite is created.

Context

I want to create multiple sprites.

Possible implementation

Some fix is needed in the register function of the plugin to allow multiple sprites.

JaZo commented 5 years ago

This plugin does indeed require changes, but it also looks like svg-sprite-loader has an issue that prevents this: https://github.com/kisenka/svg-sprite-loader/issues/320

mafftor commented 4 years ago

I also wanted but i couldn't Will be awesome to create multiple sprites