vuejs / devtools-next

The next iteration of Vue DevTools
https://devtools-next.vuejs.org/
MIT License
1.32k stars 91 forks source link

File not found #518

Closed zxywftr closed 1 month ago

zxywftr commented 1 month ago

I build a new monorepo by @microsoft/rush and add a new vue project that added vite-plugin-vue-devtools. But when I started this project, the plugin didn't work and gave me this exception: "GET http://localhost:5173/@id/virtual:vue-devtools-path:overlay.js net::ERR_ABORTED 404 (Not Found)" .

I have attached the code. Use rushx dev to start the vue project. common.zip

alexzhang1030 commented 1 month ago

I will track it.