/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
schemas/plugins/optimize/LimitChunkCountPlugin.json
21 строка
549 B
Alexander Akait
refactor: fix typo (#20570)
03 мар 2026, 20:11
Не верифицирован
03 мар 2026, 20:11
f11ef01
Код
Авторство
О чём код?
{ "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"] }