Is it possible to Blackbox certain parts of a WebPack bundle so that Chrome does not show the stack trace of Framework internals? For example, when examining an error on a React app, I don't care about stack trace entries inside of the framework, rather I just want to see the parts that relate to code I wrote.
This is possible with "Framework Blackboxing" when using single files, but I don't know how to accomplish it with a WebPack bundle.
Using devtool: "#eval"
in your Webpack config (or --devtool #eval
on the command line) seems to support both black-boxing and proper stack traces.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With