docs: mark experiments.outputModule removed - #8360
Merged
alexander-akait merged 1 commit intoSep 13, 2026
Merged
Conversation
…lone ESM output is stable in webpack 5.111.0, so `output.module` no longer needs an experiment behind it.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents webpack/webpack#22011, which removes
experiments.outputModulein 5.111.0. The experiment is marked removed on the experiments page in the same style already used forlayersandtopLevelAwait, its own section is dropped, and everyoutput/externals/target/performance/ guide reference now points atoutput.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
#experimentsoutputmoduleanchor 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.outputModulereference 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