main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
557 bytes
|
Rev | Line | |
---|
[79a0317] | 1 | {
|
---|
| 2 | "title": "LimitChunkCountPluginOptions",
|
---|
| 3 | "type": "object",
|
---|
| 4 | "additionalProperties": false,
|
---|
| 5 | "properties": {
|
---|
| 6 | "chunkOverhead": {
|
---|
| 7 | "description": "Constant overhead for a chunk.",
|
---|
| 8 | "type": "number"
|
---|
| 9 | },
|
---|
| 10 | "entryChunkMultiplicator": {
|
---|
| 11 | "description": "Multiplicator for initial chunks.",
|
---|
| 12 | "type": "number"
|
---|
| 13 | },
|
---|
| 14 | "maxChunks": {
|
---|
| 15 | "description": "Limit the maximum number of chunks using a value greater greater than or equal to 1.",
|
---|
| 16 | "type": "number",
|
---|
| 17 | "minimum": 1
|
---|
| 18 | }
|
---|
| 19 | },
|
---|
| 20 | "required": ["maxChunks"]
|
---|
| 21 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.