Skip to content

Commit b23c021

Browse files
fix(docs): fix optimization.chunkIds type
1 parent 89e4359 commit b23c021

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/content/configuration/optimization.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ export default {
4141

4242
## optimization.chunkIds
4343

44-
`boolean` | `natural` | `named` | `size` | `total-size` | `deterministic`
44+
`boolean: false`
45+
`string: 'natural' | 'named' | 'size' | 'total-size' | 'deterministic'`
4546

4647
- `false`: disable webpack's built-in chunk id algorithm
4748
- one of the following values:

0 commit comments

Comments
 (0)