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
* Use a POSIX-style import specifier for the client entry to avoid
26
+
* Windows drive-letter paths (e.g. "D:\\...") accidentally
27
+
* becoming bare import ids that Rollup/Vite cannot resolve.
28
+
* We still resolve the real filesystem path for correctness, but convert it to a project-relative POSIX path before interpolating it into the generated module.
0 commit comments