Open gajus opened 7 years ago
Interesting! Any recent development on this? I haven't had any issues using error-stack-parser inside of a webpack bundle, but I have been trying to parse objects inheriting from Error, and that results in the same error message.
I am producing a webpack bundle and executing it using Node.js. There is an error originating in the bundle.
I have a source map. I want to parse the stack trace and apply the source map.
The following stack trace:
Produces the following error:
Your Environment