Skip to content

Commit

Permalink
Merge branch 'main' into fix-promise-catch
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoyang authored Jul 7, 2024
2 parents c1d7506 + 2ad46ad commit d49e94f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phala/fn",
"version": "0.2.20",
"version": "0.2.22",
"description": "Phat Function CLI toolkit",
"bin": {
"phat-fn": "bin/run"
Expand Down
3 changes: 3 additions & 0 deletions src/lib/runWebpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ export async function runWebpack({
},
plugins: [
virtualModules,
new webpack.optimize.LimitChunkCountPlugin({
maxChunks: 1,
}),
]
},
)
Expand Down

0 comments on commit d49e94f

Please sign in to comment.