express-async-errors
express-async-errors copied to clipboard
Working fine in dev, but when "npm run build" it's not working
Should this package handles errors in production (builded project)?
All my errors throwed with "npm run start" are not catched properly equals in dev
having the same issue
Did you ever fix this? I assume by npm build you are compiling a TypeScript project?
if anyone still having the issue you need to disable code-splitting when compiling in order for it to work in production