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
Writing to console the error (L63 and L64 in packages/vite/src/node/server/sourcemap.ts):
[16:15:40] ERROR D:\work\issues-repos\unocss-issue-3636\brand\components\dialog\test\Test.vue?nuxt_component=async&nuxt_component_name=DialogTest ENOENT: no such fil
e or directory, open 'D:\work\issues-repos\unocss-issue-3636\brand\components\dialog\test\Test.vue?nuxt_component=async&nuxt_component_name=DialogTest'
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
Missing sources warnings when the uri is not a file:
The fix should be easy (import
fsPathFromUrl
and use it when decoding source path ininjectSourcesContent
):Reproduction
https://stackblitz.com/edit/nuxt-starter-w4dvxu?file=nuxt.config.ts,brand%2Fnuxt.config.ts
Steps to reproduce
The warning on console once dev server started.
System Info
Used Package Manager
npm
Logs
Writing to console the error (L63 and L64 in
packages/vite/src/node/server/sourcemap.ts
):Validations
The text was updated successfully, but these errors were encountered: