How to debug a yarn workspaces webpack based typescript monorepo in Webstorm
Given a yarn workspaces with an app and multiple libraries all built with webpack 5,
how do I debug with WebStorm or IntelliJ so that I can hit a breakpoint in a library?
Given a yarn workspaces with an app and multiple libraries all built with webpack 5,
how do I debug with WebStorm or IntelliJ so that I can hit a breakpoint in a library?