Looking to debug an npm module compiled with webpack by setting breakpoints and stepping through the code?
The issue may arise when importing the module locally using npm link
, as only the compiled code is accessible for debugging from the application.
Wondering how to accomplish this in VSCode or any other code editor/IDE?