nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.
https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue
MIT License
864 stars 37 forks source link

how to disable svg caching #160

Open blasdfaa opened 1 month ago

blasdfaa commented 1 month ago

How can I disable icon caching? I'm doing svg animation and I need hmr when changing an svg file.

https://stackblitz.com/edit/nuxt-icon-playground-mjfbfn?file=assets%2Ficons%2Fnuxt-icon.svg Try changing the fill attribute of the svg file and save it

Atinux commented 1 month ago

Why not creating a .vue component and use the SVG inside for such a specific use case?