Skip to content

Commit 6663596

Browse files
committed
docs(docs): fix example
1 parent 1df19cc commit 6663596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ By default, no configuration required, but you can change esbuild behavior:
5555
new NodejsFunction(this, 'NewFunction', {
5656
esbuildOptions: {
5757
minify: false, // default
58-
target: 'ES2017', // default
58+
target: 'ES2017',
5959
}
6060
});
6161
}

0 commit comments

Comments
 (0)