-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
更新 config.md #1327
更新 config.md #1327
Conversation
Walkthrough此次变更涉及在 Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- docs/config.md (1 hunks)
Additional context used
LanguageTool
docs/config.md
[grammar] ~17-~17: The word ‘mako’ is not correct in this context. Consider using the plural form, adding a determiner like ‘the’ or ‘a’, or adding a preposition like ‘at’ or ‘in’.
Context: ...s" } } ``` Notice: When you're using mako with Umi, prefer to config the bundler ...(BE_VBG_NN)
[formatting] ~129-~129: If the ‘because’ clause is essential to the meaning, do not use a comma before the clause.
Context: ... used in server-side rendering scenarios, because when server-side rendering, you don't n...(COMMA_BEFORE_BECAUSE)
[formatting] ~183-~183: If the ‘because’ clause is essential to the meaning, do not use a comma before the clause.
Context: ...ing a pure server-side rendering project, because assets files are not needed at this tim...(COMMA_BEFORE_BECAUSE)
[formatting] ~320-~320: If the ‘because’ clause is essential to the meaning, do not use a comma before the clause.
Context: ... configuration can only be used with umd, because injecting CSS is not a recommended way ...(COMMA_BEFORE_BECAUSE)
[uncategorized] ~404-~404: Loose punctuation mark.
Context: ... Output related configuration. -path
, output directory -mode
, output mode,...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~419-~419: Loose punctuation mark.
Context: ...on items are supported. -skipModules
, optimize the size by skipping modules w...(UNLIKELY_OPENING_PUNCTUATION)
[formatting] ~429-~429: If the ‘because’ clause is essential to the meaning, do not use a comma before the clause.
Context: ...o setdynamicImportToRequire
totrue
, because the runtime does not yet support node-s...(COMMA_BEFORE_BECAUSE)
[uncategorized] ~457-~457: Loose punctuation mark.
Context: ...e compilation process of Mako. -name
, plugin name -buildStart
, called befo...(UNLIKELY_OPENING_PUNCTUATION)
[typographical] ~459-~459: Two consecutive commas
Context: ...type supportscss
,js
,jsx
,ts
,tsx
-generateEnd
, called after Generate completes, `isFir...(DOUBLE_PUNCTUATION)
[uncategorized] ~503-~503: Loose punctuation mark.
Context: ...r to enable px2rem conversion. -root
, root font size, default is100
- `pro...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~551-~551: Loose punctuation mark.
Context: ... }resolve
configuration. -
alias, alias configuration -
extensions`, fil...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~611-~611: Loose punctuation mark.
Context: ...iguration items: -clientComponentTpl
, client component template, use `{{path}...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~612-~612: Loose punctuation mark.
Context: ...resent the id of the module. -emitCSS
, whether to output CSS components. ### ...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~623-~623: Loose punctuation mark.
Context: ... Child configuration items: -modules
, whether to generate module information,...(UNLIKELY_OPENING_PUNCTUATION)
Additional comments not posted (1)
docs/config.md (1)
78-78
: 更新配置键名您已经将配置键名从
lib_min_size
更改为libMinSize
。这种改动符合 JavaScript 的驼峰命名规范,有助于提高代码的一致性和可读性。请确保此更改在文档的其他部分也有相应的更新。
Summary by CodeRabbit
lib_min_size
更新为libMinSize
。