-
I'm having an issue getting the next.js routes to debug properly in vs code. When using the withExpo config in next.config.js the files that are available for debugging are transpiled and don't match the source very well. Am I missing something in my configuration to get this working better? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hmm interesting, I'm not totally sure what you mean. By debugging, do you mean for errors inside of |
Beta Was this translation helpful? Give feedback.
Hmm interesting, I'm not totally sure what you mean. By debugging, do you mean for errors inside of
pages/api
? Maybe there's a way to ignore that folder(?) I don't usepages/api
, so I'm not sure about this, but maybewithExpo
has some unintended behavior of transpiling that folder?