Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
846 bytes
|
Line | |
---|
1 | {
|
---|
2 | "title": "HashedModuleIdsPluginOptions",
|
---|
3 | "type": "object",
|
---|
4 | "additionalProperties": false,
|
---|
5 | "properties": {
|
---|
6 | "context": {
|
---|
7 | "description": "The context directory for creating names.",
|
---|
8 | "type": "string",
|
---|
9 | "absolutePath": true
|
---|
10 | },
|
---|
11 | "hashDigest": {
|
---|
12 | "description": "The encoding to use when generating the hash, defaults to 'base64'. All encodings from Node.JS' hash.digest are supported.",
|
---|
13 | "enum": ["hex", "latin1", "base64"]
|
---|
14 | },
|
---|
15 | "hashDigestLength": {
|
---|
16 | "description": "The prefix length of the hash digest to use, defaults to 4.",
|
---|
17 | "type": "number",
|
---|
18 | "minimum": 1
|
---|
19 | },
|
---|
20 | "hashFunction": {
|
---|
21 | "description": "The hashing algorithm to use, defaults to 'md4'. All functions from Node.JS' crypto.createHash are supported.",
|
---|
22 | "type": "string",
|
---|
23 | "minLength": 1
|
---|
24 | }
|
---|
25 | }
|
---|
26 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.