Skip to content

docs: clarify splitChunks request defaults - #8332

Merged
bjohansebas merged 1 commit into
webpack:mainfrom
rajanpanth:docs/splitchunks-request-defaults
Aug 21, 2026
Merged

docs: clarify splitChunks request defaults#8332
bjohansebas merged 1 commit into
webpack:mainfrom
rajanpanth:docs/splitchunks-request-defaults

Conversation

@rajanpanth

Copy link
Copy Markdown
Contributor

Clarifies that the default SplitChunksPlugin request limits are request-count heuristics, not HTTP/1-specific recommendations, and points readers to maxAsyncRequests / maxInitialRequests when their measured app benefits from more granular chunks.

Closes #3277.

Validation:

  • npm ci --ignore-scripts --prefer-offline (with command-scoped npm cache/temp on D: and CYPRESS_INSTALL_BINARY=0; Cypress binary is not needed for docs checks)
  • npm exec -- prettier --check src/content/plugins/split-chunks-plugin.mdx
  • npm exec -- markdownlint --config ./.markdownlint.json --rules ./src/utilities/markdown-lint-enforce-lang-aliases.js src/content/plugins/split-chunks-plugin.mdx
  • git diff --check

@vercel

vercel Bot commented Aug 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webpack-js-org Ready Ready Preview Aug 16, 2026 3:41pm

Request Review

@bjohansebas
bjohansebas merged commit f792a4c into webpack:main Aug 21, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clarify SplitChunksPlugin defaults in docs

2 participants