/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
declarations/plugins/optimize/LimitChunkCountPlugin.d.ts
20 строк
426 B
Alexander Akait
refactor: fix typo (#20570)
03 мар 2026, 20:11
Не верифицирован
03 мар 2026, 20:11
f11ef01
Код
Авторство
О чём код?
/* * This file was automatically generated. * DO NOT MODIFY BY HAND. * Run `yarn fix:special` to update */ export interface LimitChunkCountPluginOptions { /** * Constant overhead for a chunk. */ chunkOverhead?: number; /** * Multiplicator for initial chunks. */ entryChunkMultiplicator?: number; /** * Limit the maximum number of chunks using a value greater than or equal to 1. */ maxChunks: number; }