unplugin-svg-component icon indicating copy to clipboard operation
unplugin-svg-component copied to clipboard

HMR not working

Open Pentadome opened this issue 7 months ago • 1 comments

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

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

Pentadome avatar Jul 04 '24 12:07 Pentadome