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
start the project and see a text 111 from Test.vue
empty the Test.vue
'111' still on the page , the browser doesn't react for this until you refresh the page
or delete the Test.vue
even if refresh the page, the 111still on page util you perform save (ctrl + s) in App.vue then refresh
I think we should destroy the moduleGraph in watch unlink and let browser fetch the file which import the Test.vue again and at least give some warning in time when .vue file is empty for missing template or render function.
The text was updated successfully, but these errors were encountered:
Reproduction
yarn
thenyarn dev
111
fromTest.vue
Test.vue
Test.vue
111
still on page util you performsave (ctrl + s)
inApp.vue
then refreshI think we should destroy the moduleGraph in
watch unlink
and let browser fetch the file which import theTest.vue
again and at least give some warning in time when.vue
file is empty for missing template or render function.The text was updated successfully, but these errors were encountered: