Skip to content

Commit 8fcecf3

Browse files
committed
Correct moduleIds schema description
Fixes the typo in webpack#7686.
1 parent 08b3549 commit 8fcecf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/WebpackOptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@
15921592
"type": "boolean"
15931593
},
15941594
"moduleIds": {
1595-
"description": "Define the algorithm to choose module ids (natural: numeric ids in order for usage, named: readable ids for better debugging, hashed: short hashes as ids for better long term caching, size: numeric ids focused on minimal initial download size, total-size: numeric ids focused on minimal total download size, false: no algorithm used, as custom one can be provided via plugin)",
1595+
"description": "Define the algorithm to choose module ids (natural: numeric ids in order of usage, named: readable ids for better debugging, hashed: short hashes as ids for better long term caching, size: numeric ids focused on minimal initial download size, total-size: numeric ids focused on minimal total download size, false: no algorithm used, as custom one can be provided via plugin)",
15961596
"enum": [
15971597
"natural",
15981598
"named",

0 commit comments

Comments
 (0)