Correct moduleIds schema description

Fixes the typo in #7686.
This commit is contained in:
Ed Morley 2018-07-13 13:27:39 +01:00
parent 08b3549a64
commit 8fcecf38b0
1 changed files with 1 additions and 1 deletions

View File

@ -1592,7 +1592,7 @@
"type": "boolean"
},
"moduleIds": {
"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)",
"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)",
"enum": [
"natural",
"named",