We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7c7e4 commit c4e714eCopy full SHA for c4e714e
packages/@aws-cdk/aws-lambda-nodejs/lib/types.ts
@@ -50,10 +50,10 @@ export interface BundlingOptions extends DockerRunOptions {
50
* Configuring a loader for a given file type lets you load that file type with
51
* an `import` statement or a `require` call.
52
*
53
- * @see https://esbuild.github.io/api/#loader
54
- *
55
* For example, `{ '.png': 'dataurl' }`.
56
+ * @see https://esbuild.github.io/api/#loader
+ *
57
* @default - use esbuild default loaders
58
*/
59
readonly loader?: { [ext: string]: string };
0 commit comments