moxystudio / react-with-moxy

MOXY's boilerplate to create isomorphic react applications
35 stars 10 forks source link

HMRE for svg images is not working #17

Open antoniocapelo opened 6 years ago

antoniocapelo commented 6 years ago

From @satazor on February 12, 2017 22:25

SVGs that go through external-svg-sprite-loader are not being hot-reloaded.

See: https://github.com/Karify/external-svg-sprite-loader/issues/14

Copied from original issue: moxystudio/react-with-moxy#13

satazor commented 6 years ago

PR: https://github.com/karify/external-svg-sprite-loader/pull/47