From a62909bd58e406f6ec66f865a66a49e47a64e744 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 10 Oct 2024 23:53:33 -0400 Subject: [PATCH] ci: make plugins optional --- platform/src/components/aws/function.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/src/components/aws/function.ts b/platform/src/components/aws/function.ts index 5d6732fe6..9fc3206ab 100644 --- a/platform/src/components/aws/function.ts +++ b/platform/src/components/aws/function.ts @@ -652,7 +652,7 @@ export interface FunctionArgs { * cold starts. */ nodejs?: Input<{ - plugins: Input; + plugins?: Input; /** * Configure additional esbuild loaders for other file extensions. This is useful * when your code is importing non-JS files like `.png`, `.css`, etc.