Feature Request: Whitelist some packages from node_modules
See original GitHub issueWe have custom internal packages we use in our company. Most of the time I need to put a breakpoint in these packages while debugging.
All our packages are scoped, so if there was a way to whitelist node_modules/@scope
it would be very useful.
At the moment, I can’t see anything under node_modules.
Issue Analytics
- State:
- Created 5 years ago
- Comments:9
Top Results From Across the Web
How to correctly build NestJS app for production with ...
It has rollup and babel as dependencies. And in the app code they unconditionally call watch for some reason (UDP noop in production)....
Read more >10 npm Security Best Practices - Snyk
Some examples are npm request, superagent, mongoose, and even security-related packages like jsonwebtoken, and npm validator.
Read more >Request - npm
Request - Simplified HTTP client. npm package. Build status Coverage Dependency Status Known Vulnerabilities Gitter ...
Read more >Plug'n'Play | Yarn - Package Manager
The way installs used to work was simple: when running yarn install Yarn would generate a node_modules directory that Node was then able...
Read more >Externals - webpack
This feature is typically most useful to library developers, ... Prevent bundling of certain import ed packages and instead retrieve these external ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
it works!! 👍 Thanks!!
Please check out latest version (1.0.12). It contains fix for both problems.