You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What kind of change does this PR introduce?
bugfix
Did you add tests for your changes?
yes
Does this PR introduce a breaking change?
no
What needs to be documented once your changes are merged? splitChunks.cacheGroups.*.name can be used to move modules into a chunk that is a parent of the source chunk. Examples: name: "runtime" to move modules into the runtime chunk, name: "entry-name" to move modules into the entry chunk. On demand named chunks can also be used, but one have to be careful that the selected modules are only used below this chunk.
The text was updated successfully, but these errors were encountered:
A pull request by @sokra was merged and maintainers requested a documentation change.
See pull request: webpack/webpack#11529
What kind of change does this PR introduce?
bugfix
Did you add tests for your changes?
yes
Does this PR introduce a breaking change?
no
What needs to be documented once your changes are merged?
splitChunks.cacheGroups.*.name
can be used to move modules into a chunk that is a parent of the source chunk. Examples:name: "runtime"
to move modules into the runtime chunk,name: "entry-name"
to move modules into the entry chunk. On demand named chunks can also be used, but one have to be careful that the selected modules are only used below this chunk.The text was updated successfully, but these errors were encountered: