Skip to content

Commit

Permalink
Correct moduleIds schema description
Browse files Browse the repository at this point in the history
Fixes the typo in #7686.
  • Loading branch information
edmorley committed Jul 13, 2018
1 parent 08b3549 commit 8fcecf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/WebpackOptions.json
Expand Up @@ -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",
Expand Down

0 comments on commit 8fcecf3

Please sign in to comment.