Skip to content

docs: clarify splitChunks request defaults - #8332

Open
rajanpanth wants to merge 1 commit into
webpack:mainfrom
rajanpanth:docs/splitchunks-request-defaults
Open

docs: clarify splitChunks request defaults#8332
rajanpanth wants to merge 1 commit into
webpack:mainfrom
rajanpanth:docs/splitchunks-request-defaults

Conversation

@rajanpanth

Copy link
Copy Markdown

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

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

1 participant