Skip to content

Commit 083205d

Browse files
feat: pass zipGo property to ZISI (#4097)
1 parent f06b896 commit 083205d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/functions/config.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const normalizeFunctionsConfig = ({ functionsConfig = {}, projectRoot }) =>
1313
nodeBundler: config.node_bundler === 'esbuild' ? 'esbuild_zisi' : config.node_bundler,
1414
processDynamicNodeImports: true,
1515
schedule: config.schedule,
16+
zipGo: true,
1617
},
1718
}),
1819
{},

0 commit comments

Comments
 (0)