NextJS Partial Absolute Path Match for Sourcemap #8221
Answered
by
lforst
ramsaysewell
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
lforst
May 26, 2023
Replies: 1 comment 4 replies
-
Do you have a link to the event that is not properly source mapped? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You shouldn't have to do anything in particular to get sourcemaps working - it should just work™️. :)
I think you might still have an old app deployed somewhere that still has the old file names. I really recommend you vary your release name for each build instead of using
cleanArtifacts
- this can easily be achieved by just not setting a release value.