Sets the name delimiter for created chunks.
Select chunks for determining cache group content (defaults to "initial", "initial" and "all" requires adding these chunks to the HTML).
Ignore minimum size, minimum chunks and maximum requests and always create chunks for this cache group.
Size threshold at which splitting is enforced and other restrictions (minRemainingSize, maxAsyncRequests, maxInitialRequests) are ignored.
Sets the template for the filename for created chunks.
Sets the hint for chunk id.
Assign modules to a cache group by module layer.
Maximum number of requests which are accepted for on-demand loading.
Maximal size hint for the on-demand chunks.
Maximum number of initial chunks which are accepted for an entry point.
Maximal size hint for the initial chunks.
Maximal size hint for the created chunks.
Minimum number of times a module has to be duplicated until it's considered for splitting.
Minimal size for the chunks the stay after moving the modules to a new chunk.
Minimal size for the created chunk.
Minimum size reduction due to the created chunk.
Give chunks for this cache group a name (chunks with equal name are merged).
Priority of this cache group.
Try to reuse existing chunk (with name) when it has matching modules.
Assign modules to a cache group by module name.
Assign modules to a cache group by module type.
Compare used exports when checking common modules. Modules will only be put in the same chunk when exports are equal.
Options object for describing behavior of a cache group selecting modules that should be cached together.