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
Upgrading from Node v10.8.0 to v10.9.0 causes a loss of visibility on generated source files in Chrome's DevTools -> Sources Tab. Chrome doesn't show any of my source files that are compiled after the debugger connects. For example, I run jest+ts-jest that compiles my tests and source files and none of these generated files are visible in chrome devtools:
This issue happened specifically when upgrading from node v10.8.0 to v10.9.0. Downgrading back to v10.8.0 fixes the issues. I also verified that v10.10.0 and v10.11.0 have the same issue. I tried to find features/fixes introduced in v10.9.0 that could be related and the closest I found is #21975. Could this be the source of the problem?