Sets the name delimiter for created chunks.
Assign modules to a cache group (modules from different cache groups are tried to keep in separate chunks, default categories: 'default', 'defaultVendors').
Select chunks for determining shared modules (defaults to "async", "initial" and "all" requires adding these chunks to the HTML).
Sets the size types which are used when a number is used for sizes.
Size threshold at which splitting is enforced and other restrictions (minRemainingSize, maxAsyncRequests, maxInitialRequests) are ignored.
Options for modules not selected by any other cache group.
Sets the name delimiter for created chunks.
Select chunks for determining shared modules (defaults to "async", "initial" and "all" requires adding these chunks to the HTML).
Maximal size hint for the on-demand chunks.
Maximal size hint for the initial chunks.
Maximal size hint for the created chunks.
Minimal size for the created chunk.
Minimum size reduction due to the created chunk.
Sets the template for the filename for created chunks.
Prevents exposing path info when creating names for parts splitted by maxSize.
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 chunks.
Minimum size reduction due to the created chunk.
Give chunks created a name (chunks with equal name are merged).
Compare used exports when checking common modules. Modules will only be put in the same chunk when exports are equal.
Options object for splitting chunks into smaller chunks.