Skip to content

Commit

Permalink
[TM-1273] No reason to minify this local-only build.
Browse files Browse the repository at this point in the history
  • Loading branch information
roguenet committed Oct 22, 2024
1 parent 8097e11 commit b3f5f1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/api-gateway/lib/api-gateway-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ export class ApiGatewayStack extends Stack {
logRetention: RetentionDays.ONE_WEEK,
bundling: {
externalModules: ['aws-lambda'],
minify: true,
define: {
'process.env.PROXY_TARGET': JSON.stringify(targetHost),
}
Expand Down

0 comments on commit b3f5f1b

Please sign in to comment.