#Runtime errors are discarded in vitejs--plugin-vue2

1 messages · Page 1 of 1 (latest)

sleek nexus
#

https://stackblitz.com/edit/bug-runtime-throw-test-vite?file=src%2FApp.vue%3AL13

Runtime errors just make the component fail to load, SILENTLY... what gives??

  • Vue 3 runs correctly, only reproduce-able in Vue 2

https://github.com/vitejs/vite-plugin-vue2/issues/53

Test of runtime throw error logging

GitHub

https://stackblitz.com/edit/bug-runtime-throw-test-vite?file=src%2FApp.vue%3AL13 This component silently fails if any function inside throws. In Vue 3, the component correctly delivers errors to th...

sleek nexus
#

Runtime errors are discarded in vitejsplugin-vue2