Replies: 1 comment
-
Ever got anywhere with this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I took the
templates/express
sample, but instead of havingserver.js
, I changed it toserver.ts
because I need typescript. After that all the remix node error stack traces are without sourcemaps.When I get error in
server.ts
it has a correct stack trace with source map file names and line numbers, but when I get error in express action or loader, then it doesn't.How can I make it so that remix includes source maps in it's node server errors?
Beta Was this translation helpful? Give feedback.
All reactions