here's the error:
ERROR [vite] Internal server error: Single file component can contain only one <script> element File: /node_modules/vite-plugin-vue-inspector/src/Overlay.vue
seems like the root cause is:
inspector plugin modifies a Vue component
Vue macros/plugin chain also modifies that same component
together they produce an invalid Vue file
Vite crashes while starting dev
here's the error:
ERROR [vite] Internal server error: Single file component can contain only one <script> element File: /node_modules/vite-plugin-vue-inspector/src/Overlay.vueseems like the root cause is:
inspector plugin modifies a Vue component
Vue macros/plugin chain also modifies that same component
together they produce an invalid Vue file
Vite crashes while starting dev