airbnb / babel-plugin-inline-react-svg

A babel plugin that optimizes and inlines SVGs for your React Components.
MIT License
473 stars 92 forks source link

Not reloading svg with the same name #82

Closed MoatazAbdallh closed 4 years ago

MoatazAbdallh commented 4 years ago

I am using the plugin with create-react-app but I am facing an issue that if I replace the SVG with the same name nothing changing as the bundle chunk file remain the same which require from me to place the new SVG file with another name than the old obsolete file

ljharb commented 4 years ago

That seems like it's up to the babel cache; this plugin wouldn't have anything to do with that.

ljharb commented 4 years ago

(Happy to reopen if there's something we can do here)