-
Notifications
You must be signed in to change notification settings - Fork 258
Description
Is your feature request related to a problem? Please describe:
Whenever I face an issue with a package I've installed, oftentimes the error message is completely unclear. In my local env, with VSCode, I can just right-click and "Go to Source Definition" and immediately get a better sense of what's going wrong. But in StackBlitz, it's impossible to actually diagnose these kinds of issues because I can't open the package's code under node_modules.
Describe the solution you'd like:
I get that StackBlitz is simple. A full debugger would be really cool, but I get that that might be too much to ask. But please at least grant (even just read-only) access to the node_modules folder so we can follow code to see what's happening.
Describe alternatives you've considered:
codesandbox.io
Additional context: