-
-
Notifications
You must be signed in to change notification settings - Fork 781
Closed
Labels
good first issueGood for newcomersGood for newcomersteamThe issue/pr is created by the member of Rspack.The issue/pr is created by the member of Rspack.
Description
We should support function type configs of splitChunks.
For example,
config = {
splitChunks: {
cacheGroups: {
shared: {
chunks: "all",
test: /shared/,
filename: data => `shared-${data.chunk.name || data.chunk.id}.js`,
enforce: true
},
common: {
chunks: "all",
test: /common/,
enforce: true
}
}
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersteamThe issue/pr is created by the member of Rspack.The issue/pr is created by the member of Rspack.