unplugin-svg-component
unplugin-svg-component copied to clipboard
HMR not working
Whenever I use this plugin in my Vue project. HMR stops working.
using dynamic import strategy does fix it domInsertionStrategy: isDev ? 'dynamic' : 'replaceHtml',