vite-plugin-vue-inspector
vite-plugin-vue-inspector copied to clipboard
jump to editor source code while click the element of browser automatically.
I get the following error on some pages not all where the inspector is somehow not working with pug templates. ``` 12:16:38 [vite] Internal server error: Element is missing end...
The README doesn't explain how to activate the inspector. I installed the plugin but I couldn't see any difference in my app. I noticed that the config options say there...
Stackblitz demo: https://stackblitz.com/edit/vitejs-vite-v9go51?file=vite.config.js Open your browser devtools to see the warning in the `console`. I believe this is due to how the app is booted in [load.js](https://github.com/webfansplz/vite-plugin-vue-inspector/blob/main/packages/core/src/load.js) and referencing the...