nuxt-modules / svg-sprite

Optimize SVG files and combine them into sprite
https://codesandbox.io/s/github/nuxt-community/svg-sprite-module/
MIT License
295 stars 41 forks source link

Need to rebuild nuxt if i change/add SVG #287

Open bagaskarala opened 1 year ago

bagaskarala commented 1 year ago

When i change like fill color in svg, it will be detected with nuxt and rebuilded. But the changes is not shown. I have to manually restart dev server yarn dev. Is this expected or bug?

image
farnabaz commented 1 year ago

This definitely an issue. Is it happening even in the new/clean project?