doc(issue-27440): update documentation regarding minify options & keep-names#27552
doc(issue-27440): update documentation regarding minify options & keep-names#27552raonivaladares wants to merge 4 commits intooven-sh:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
WalkthroughAdded and documented the Changes
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/bundler/minifier.mdx`:
- Around line 86-126: The JSX in the three ParamField blocks
(--minify-whitespace, --minify-syntax, --minify-identifiers) uses unnecessary {"
"} tokens and a single-item <ul>/<li> structure; simplify by removing the {" "}
fragments and replacing the single-item list with inline text or a short
sentence (e.g., "Optional modifier: --emit-dce-annotations" or "Optional
modifier: --keep-names") so the fields match other docs' ParamField patterns and
eliminate extra whitespace expressions.
ℹ️ Review info
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Disabled knowledge base sources:
- Linear integration is disabled
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
docs/bundler/minifier.mdx
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/bundler/minifier.mdx`:
- Around line 88-90: Update the wording in the --minify-whitespace ParamField:
change "re-enable" to "re-emit" for the --emit-dce-annotations flag and replace
the ambiguous "this flag" with an explicit reference to --minify-whitespace so
the sentence reads something like: "Use --emit-dce-annotations to re-emit DCE
annotations, which are disabled by default when --minify-whitespace is active."
Ensure the flags --minify-whitespace and --emit-dce-annotations are mentioned
exactly as identifiers.
ℹ️ Review info
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Disabled knowledge base sources:
- Linear integration is disabled
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
docs/bundler/minifier.mdx
What does this PR do?
Fixes #27440
Updates Minifier docs regarding:
--keep-namesHow did you verify your code works?
Modification Modes:

Keep names:

When to use:
