-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Huge Webpack stack traces #12
Comments
To confirm, you’re using the master branch? If so, would you mind making a demo repo that reproduces the issue? |
Yes sir: "retrace": "github:fgnass/retrace#master" |
Could you share a demo repo? I'm using webpack with retrace, and I haven't encountered this issue. |
I'll try to find time to put one together. It may be because I'm using Bluebird, throwing the error inside a promise handler, and using:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run retrace against a Webpack produced stack trace I get a TON of nested
/webpack:
entries like this:For now I'm running a regex
/\/webpack:/g
to cut them out but it seems silly to keep adding the webpack text. Here's what it is after the regex:The text was updated successfully, but these errors were encountered: