crossfeed icon indicating copy to clipboard operation
crossfeed copied to clipboard

Bundle source maps into compiled code

Open epicfaace opened this issue 5 years ago • 1 comments

We currently compile code for the lambda functions and fargate workers using Webpack. However, because of this, stack traces are not very useful because they refer to minified code. We should bundle source maps into the code so that stack traces will be more helpful.

epicfaace avatar Aug 22 '20 21:08 epicfaace