Optional automaticSets the name delimiter for created chunks.
Optional chunksSelect chunks for determining cache group content (defaults to "initial", "initial" and "all" requires adding these chunks to the HTML).
Optional enforceIgnore minimum size, minimum chunks and maximum requests and always create chunks for this cache group.
Optional enforceSize threshold at which splitting is enforced and other restrictions (minRemainingSize, maxAsyncRequests, maxInitialRequests) are ignored.
Optional filenameSets the template for the filename for created chunks.
Optional idSets the hint for chunk id.
Optional layerAssign modules to a cache group by module layer.
Optional maxMaximum number of requests which are accepted for on-demand loading.
Optional maxMaximal size hint for the on-demand chunks.
Optional maxMaximum number of initial chunks which are accepted for an entry point.
Optional maxMaximal size hint for the initial chunks.
Optional maxMaximal size hint for the created chunks.
Optional minMinimum number of times a module has to be duplicated until it's considered for splitting.
Optional minMinimal size for the chunks the stay after moving the modules to a new chunk.
Optional minMinimal size for the created chunk.
Optional minMinimum size reduction due to the created chunk.
Optional nameGive chunks for this cache group a name (chunks with equal name are merged).
Optional priorityPriority of this cache group.
Optional reuseTry to reuse existing chunk (with name) when it has matching modules.
Optional testAssign modules to a cache group by module name.
Optional typeAssign modules to a cache group by module type.
Optional usedCompare used exports when checking common modules. Modules will only be put in the same chunk when exports are equal.
Generated using TypeDoc
Options object for describing behavior of a cache group selecting modules that should be cached together.