Is there a way to put breakpoints and execute the code step-by-step in the code of an npm module which is compiled with webpack?
The compiled code is not that useful for debugging and when the module is imported locally with npm link, only the compiled code is accessed from an application using the module.
How to do this in VSCode (or in any other code editor/ide)?
