提交 a82b5aed 编写于 作者: A Alex Castle 提交者: Joe Haddad

Update granular chunks to produce up to 25 chunks per entrypoint on high-complexity apps (#9129)

上级 4d3cca33
...@@ -282,7 +282,8 @@ export default async function getBaseWebpackConfig( ...@@ -282,7 +282,8 @@ export default async function getBaseWebpackConfig(
reuseExistingChunk: true, reuseExistingChunk: true,
}, },
}, },
maxInitialRequests: 20, maxInitialRequests: 25,
minSize: 20000,
}, },
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册