Skip to content

Commit e76b556

Browse files
committed
no precompilation
1 parent 8d51008 commit e76b556

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/cdkConstructs/src/constructs/TypescriptLambdaFunction.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ const getDefaultLambdaOptions = (packageBasePath: string, baseDir: string):Nodej
8787
minify: true,
8888
sourceMap: true,
8989
tsconfig: join(baseDir, packageBasePath, "tsconfig.json"),
90-
target: "es2022",
91-
preCompilation: true
90+
target: "es2022"
9291
}
9392
}
9493
}

0 commit comments

Comments
 (0)