Is it possible to get full stack traces for errors that are emitted from pre-rendering during build, using source maps for the generated code?
Currently, if pre-rendering a page fails during next build, the error stack trace output is from the minified code rather than the actual source of the project, making it very hard to trace errors.
Even with productionBrowserSourceMaps enabled in next.config.js, it seems that the pre-rendering still emits errors with minified stack traces which make finding the source very hard.