Commit c2b9079
authored
fix(aws-serverless): Avoid minifying
FIx one of the two issues that currently cause our lambda
layer to break. When we build the lambda layer bundle we applied
minification via our terser plugin which mangles `_`-prefixed private
variables - like `Module._resolveFilename`. This patch adds the method
to the list of excluded `_`-prefixed symbols.Module._resolveFilename in Lambda layer bundle (#12232)1 parent 2043f2d commit c2b9079
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
| |||
0 commit comments