Skip to content

Commit

Permalink
Merge pull request #40 from Phala-Network/fix-limit-chunk
Browse files Browse the repository at this point in the history
fix: limit chunk count
  • Loading branch information
pacoyang authored Jul 6, 2024
2 parents e56f964 + ed5a67a commit 77fca79
Showing 1 changed file with 3 additions and 0 deletions.
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 77fca79

Please sign in to comment.