Optional
automaticSets the name delimiter for created chunks.
Optional
cacheAssign modules to a cache group (modules from different cache groups are tried to keep in separate chunks, default categories: 'default', 'defaultVendors').
Optional
chunksSelect chunks for determining shared modules (defaults to "async", "initial" and "all" requires adding these chunks to the HTML).
Optional
defaultSets the size types which are used when a number is used for sizes.
Optional
enforceSize threshold at which splitting is enforced and other restrictions (minRemainingSize, maxAsyncRequests, maxInitialRequests) are ignored.
Optional
fallbackOptions for modules not selected by any other cache group.
Optional
automaticSets the name delimiter for created chunks.
Optional
chunks?: "all" | "initial" | "async" | ((chunk) => boolean)Select chunks for determining shared modules (defaults to "async", "initial" and "all" requires adding these chunks to the HTML).
Optional
maxMaximal size hint for the on-demand chunks.
Optional
maxMaximal size hint for the initial chunks.
Optional
maxMaximal size hint for the created chunks.
Optional
minMinimal size for the created chunk.
Optional
minMinimum size reduction due to the created chunk.
Optional
filenameSets the template for the filename for created chunks.
Optional
hidePrevents exposing path info when creating names for parts splitted by maxSize.
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 chunks.
Optional
minMinimum size reduction due to the created chunk.
Optional
nameGive chunks created a name (chunks with equal name are merged).
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 splitting chunks into smaller chunks.