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
Ah Windows, the source of the world's path separator problems. Sorry about this. It looks like I didn't catch this problem because my tests are converting \ to /. Will fix.
I wonder why breakpoints are a problem. An initial local test on my end indicates that they still work.
I just updated my site from "esbuild": "^0.6.27" to "esbuild": "^0.7.15"
This sort of broke my sourcemaps in Windows 10 chrome
Here's with 0.7.15
The "fix" for it seem to be to put every path in the .js.map file into forward slashes
However the chrome debugger also won't trigger on any breakpoints in 0.7.15 but I can't find out why.
The text was updated successfully, but these errors were encountered: