OptionalgroupsGroups to be used for code splitting.
OptionalincludeBy default, each group will also include captured modules' dependencies. This reduces the chance of generating circular chunks.
If you want to disable this behavior, it's recommended to both set
preserveEntrySignatures: false | 'allow-extension'strictExecutionOrder: trueto avoid generating invalid chunks.
OptionalmaxGlobal fallback of group.maxModuleSize, if it's not specified in the group.
OptionalmaxGlobal fallback of group.maxSize, if it's not specified in the group.
OptionalminGlobal fallback of group.minModuleSize, if it's not specified in the group.
OptionalminGlobal fallback of group.minShareCount, if it's not specified in the group.
OptionalminGlobal fallback of group.minSize, if it's not specified in the group.
Configuration options for advanced code splitting.