Is it possible for Blackbox certain parts of WebPack to prevent Chrome from displaying a trace of the stack of internal Framework elements? For example, when considering an error in a React application, I don’t need stack trace entries inside the framework, but I just want to see the parts related to the code I wrote.
This is possible when using the "Framework Blackboxing" when using separate files, but I do not know how to do this using WebPack.
source share