-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Sourcemaps: option to Ignore certain folders #240
Comments
@itsdaiego I'd like to find out why the sourcemap fails, could you give me steps to reproduce the issue? |
Sure here we go: 1 - Clone this repo https://github.com/pagarme/superbowleto
4 - Use the same .indium.json as described above Thanks! :D |
Hello @NicolasPetton is there anything I can do to help you further? |
Hello!
First of all if this question is either already answered or on the docs I apologize in advance, if that's not the case let's go :)
I'm currently having some sourcemaps errors in SOME applications (I created some docker and regular apps before that worked just fine):
The breakpoint red circle fills up but doesn't work when using the API's endpoint.
I was unable to fix this issue using the
sourceMapPathOverrides
(or I simply don't know how to use it effectively), so I was wondering if there's way to ignore/skip a folder (in this casenode_modules
) since I'm not gonna be debugging those files anyway.indium config:
Thanks!
The text was updated successfully, but these errors were encountered: