Skip to content

Commit

Permalink
feat: pass zipGo property to ZISI (#4097)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Jan 20, 2022
1 parent f06b896 commit 083205d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/functions/config.js
Expand Up @@ -13,6 +13,7 @@ const normalizeFunctionsConfig = ({ functionsConfig = {}, projectRoot }) =>
nodeBundler: config.node_bundler === 'esbuild' ? 'esbuild_zisi' : config.node_bundler,
processDynamicNodeImports: true,
schedule: config.schedule,
zipGo: true,
},
}),
{},
Expand Down

1 comment on commit 083205d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 357 MB

Please sign in to comment.