Skip to content

Commit

Permalink
Merge pull request #7718 from edmorley/fix-moduleIds-description
Browse files Browse the repository at this point in the history
Correct moduleIds schema description
  • Loading branch information
sokra committed Jul 13, 2018
2 parents 08b3549 + 8fcecf3 commit 92b4b8b
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 92b4b8b

Please sign in to comment.