Replies: 2 comments 6 replies
-
Have you considered monorepo? |
Beta Was this translation helpful? Give feedback.
6 replies
-
It's no about source map but matching url to local disk path so you should use "pathMapping": {
"/@fs/C:/": "C:/",
} You can't have an empty path and just |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All I have mono repo with following projects:
I wanted to debug Lib1 and Lib2 project which are dependency of Vue3 Project.
Vite is transforming import for Lib1 and Lib2 with
@fs
eg :and my source override looks in launch.json as
It doesnt work when i run live server on vite. Any help will be appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions