You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I'm using
npm create vite@latest
to create a Vue/Vite/TS project and I add one dependency (@vojtechlanka/vue-tags-input
) that is used inApp.vue
.When I import the dependency and use it in
App.vue
, then HMR stops working.If I comment out the import and the custom component usage in App's template, then HMR works again.
I'm struggling to find out why this happens... Any ideas?
You can check the project in StackBlitz: https://stackblitz.com/edit/vitejs-vite-jxjzqt?file=src%2FApp.vue
Beta Was this translation helpful? Give feedback.
All reactions