We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e4359 commit b23c021Copy full SHA for b23c021
1 file changed
src/content/configuration/optimization.mdx
@@ -41,7 +41,8 @@ export default {
41
42
## optimization.chunkIds
43
44
-`boolean` | `natural` | `named` | `size` | `total-size` | `deterministic`
+`boolean: false`
45
+`string: 'natural' | 'named' | 'size' | 'total-size' | 'deterministic'`
46
47
- `false`: disable webpack's built-in chunk id algorithm
48
- one of the following values:
0 commit comments