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
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Provide a description in this issue that describes the bug.
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 https://github.com/vuejs/vue-next instead.
By the way, as noted here: #2623 such source maps also exposes user's OS login.
It's why I placed project into a custom folder C:/Admin/ (not in ~/Projects) to make screenshots for this issue and other my issues posted here about source maps ([1], [2]).
Describe the bug
One part of my suggestion (#2950 I hope you find it worthwhile) about source maps in Vite is fixing this thing about that I will talk in this issue.
It is showing an absolute local path to a component in source maps in
dev
mode.It looks like a clear bug.
Look:
Both orange (created from source maps) directories are redundant. It looks not nice.
Reproduction
Run any project in
dev
mode and inspect it.System Info
Before submitting the issue, please make sure you do the following
The text was updated successfully, but these errors were encountered: