/
moreqqq
/
DeliveryService
Обзор
Документация
Войти
/
moreqqq
/
DeliveryService
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
server/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.json
21 строка
549 B
moreqqq
написал тесты
29 май 2026, 22:13
29 май 2026, 22:13
6f740ff
Код
Авторство
О чём код?
{ "title": "LimitChunkCountPluginOptions", "type": "object", "additionalProperties": false, "properties": { "chunkOverhead": { "description": "Constant overhead for a chunk.", "type": "number" }, "entryChunkMultiplicator": { "description": "Multiplicator for initial chunks.", "type": "number" }, "maxChunks": { "description": "Limit the maximum number of chunks using a value greater than or equal to 1.", "type": "number", "minimum": 1 } }, "required": ["maxChunks"] }