Skip to content

docs: mark experiments.outputModule removed - #8360

Merged
alexander-akait merged 1 commit into
mainfrom
claude/remove-output-module-experiments-tjpx0z
Sep 13, 2026
Merged

docs: mark experiments.outputModule removed#8360
alexander-akait merged 1 commit into
mainfrom
claude/remove-output-module-experiments-tjpx0z

Conversation

@alexander-akait

Copy link
Copy Markdown
Member

Summary

Documents webpack/webpack#22011, which removes experiments.outputModule in 5.111.0. The experiment is marked removed on the experiments page in the same style already used for layers and topLevelAwait, its own section is dropped, and every output / externals / target / performance / guide reference now points at output.module, which no longer needs an experiment behind it.

What kind of change does this PR introduce?

docs

Did you add tests for your changes?

n/a — content only. The 5.108 blog post's #experimentsoutputmodule anchor was repointed so it does not become a dead internal link; the 2020 release post's historical mention is left as written.

Does this PR introduce a breaking change?

No.

If relevant, what needs to be documented once your changes are merged or what have you already documented?

Nothing further — this PR is the documentation for webpack/webpack#22011. It should land together with it, since it states the removal as shipped in 5.111.0.

Use of AI

Claude Code was used to make this change: it located every experiments.outputModule reference across the docs and rewrote each one against the code change in webpack/webpack#22011. The wording is reviewed and is my own.

🤖 Generated with Claude Code

https://claude.ai/code/session_019tpdEfF6DhGHyA67sMSoPG


Generated by Claude Code

…lone

ESM output is stable in webpack 5.111.0, so `output.module` no longer
needs an experiment behind it.
@vercel

vercel Bot commented Sep 8, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated
webpack-js-org Ready Ready Preview Sep 8, 2026 10:59am UTC

Request Review

@alexander-akait
alexander-akait merged commit cb6ea67 into main Sep 13, 2026
12 checks passed
@alexander-akait
alexander-akait deleted the claude/remove-output-module-experiments-tjpx0z branch September 13, 2026 10:29
alexander-akait added a commit that referenced this pull request Sep 13, 2026
experiments.outputModule is gone in 5.111.0 - output.module carries ESM
output on its own now, per #8360. It appears nowhere in webpack's lib/ or
schemas/ any more, and the 'only allowed when experiments.outputModule is
enabled' check is gone with it. 5.111.0 is unreleased, so this is read from
source rather than run; the installed 5.110.3 still enforces the old rule.
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.

1 participant