We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df19cc commit 6663596Copy full SHA for 6663596
README.md
@@ -55,7 +55,7 @@ By default, no configuration required, but you can change esbuild behavior:
55
new NodejsFunction(this, 'NewFunction', {
56
esbuildOptions: {
57
minify: false, // default
58
- target: 'ES2017', // default
+ target: 'ES2017',
59
}
60
});
61
0 commit comments