We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
zipGo
1 parent f06b896 commit 083205dCopy full SHA for 083205d
src/lib/functions/config.js
@@ -13,6 +13,7 @@ const normalizeFunctionsConfig = ({ functionsConfig = {}, projectRoot }) =>
13
nodeBundler: config.node_bundler === 'esbuild' ? 'esbuild_zisi' : config.node_bundler,
14
processDynamicNodeImports: true,
15
schedule: config.schedule,
16
+ zipGo: true,
17
},
18
}),
19
{},
0 commit comments