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
In order for Chrome to resolve sourcemaps correctly (especially when using workspaces) the sources property in the sourcemap should specify forward slashes not escaped backward slashes.
Thanks for reporting. I'm guessing this is because these are really URLs, not paths, and should be treated as such. It's also not great that esbuild's output is different depending on the platform it's running on even independent of this issue. I'll fix this sometime soon.
In order for Chrome to resolve sourcemaps correctly (especially when using workspaces) the
sources
property in the sourcemap should specify forward slashes not escaped backward slashes.E.g.
should be
The text was updated successfully, but these errors were encountered: