Jevon617 / unplugin-svg-component

generate a vue/react component through svg files, supporting svg file HMR, Tree-shaking, SSR and TS hint.
MIT License
58 stars 5 forks source link

HMR not working #25

Open Pentadome opened 3 months ago

Pentadome commented 3 months ago

Whenever I use this plugin in my Vue project. HMR stops working.

using dynamic import strategy does fix it domInsertionStrategy: isDev ? 'dynamic' : 'replaceHtml',

Jevon617 commented 3 months ago

Can you provide a minimal reproducible demo?