Skip to content

Commit 0f38cf1

Browse files
authored
docs(config): optimization.chunkIds update (#11900)
1 parent 2ccce25 commit 0f38cf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/en/config/optimization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The `deterministic` option is useful for long term caching, and results in small
4242
## optimization.chunkIds
4343

4444
<PropertyType
45-
type="'named' | 'deterministic'"
45+
type="'natural' | 'named' | 'deterministic' | 'size' | 'total-size'"
4646
defaultValueList={[
4747
{ defaultValue: "'named'", mode: 'development' },
4848
{ defaultValue: "'deterministic'", mode: 'production' },

website/docs/zh/config/optimization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default {
4040
## optimization.chunkIds
4141

4242
<PropertyType
43-
type="'named' | 'deterministic'"
43+
type="'natural' | 'named' | 'deterministic' | 'size' | 'total-size'"
4444
defaultValueList={[
4545
{ defaultValue: "'named'", mode: 'development' },
4646
{ defaultValue: "'deterministic'", mode: 'production' },

0 commit comments

Comments
 (0)