vite-plugin-svg-sprite icon indicating copy to clipboard operation
vite-plugin-svg-sprite copied to clipboard

SVG sprite plugin for [vite](https://github.com/vitejs/vite)

Results 7 vite-plugin-svg-sprite issues
Sort by recently updated
recently updated
newest added

There's currently a security vulnerability flagged by yarn audit, which is triggered by the postcss requirement of one of your direct dependencies, svg-baker. It doesn't look like that package has...

Hello, plugin dont work with vite + react. There is no sprite in dist after prod build, there is no sprite after dev build. Could you help pls with example...

Hi Instead of importing SVG files individually, can we use a dynamic import? For example, ```vue import { computed, onBeforeMount, ref } from 'vue'; export interface Props { name: string;...

This plugins works great, but I noticed that when you build, SVG assets that were handled by `vite-plugin-svg-sprite` are still all copied into the output assets directory, although they're not...

Hi. Found your plugin and it's the only one that at least do something in my case. I am trying to create svg sprite and use it inside storybook (Vite...

Nice SVG plugin! Do you think you could add an option so that the module template could be changed? In my case I'd like to export a ready-to-use Vue component,...

Our app is mounted directly into the document ``. Unfortunately, the `` spritesheet is already created at this point and gets wiped out by Vue, so icons don't work. I...