next.js
e740c48a - Stop mangling server runtime in dev (#68641)

Commit
1 year ago
Stop mangling server runtime in dev (#68641) The server runtimes are currently all bundled in production mode with full optimizaitons. This can make certain things hard in dev mode because while most of your app will be unmangled anything that runs from the server runtime will be runnign without useful debug information like original function names. This PR updates the runtime configs to no longer mangle the output.
Author
Parents
Loading