[Feature]: Support ChunkGraph
option in CacheGroup['test']
of SplitChunksPlugin
#8988
Labels
contrib: easy
feat
New feature or request
PR welcome
team
The issue/pr is created by the member of Rspack.
What problem does this feature solve?
https://webpack.js.org/plugins/split-chunks-plugin/#splitchunkscachegroupscachegrouptest
What does the proposed API of configuration look like?
https://webpack.js.org/plugins/split-chunks-plugin/#splitchunkscachegroupscachegrouptest
ChunkGraph
is already implemented inCompilation
. You just need to add this intotest
function call.The text was updated successfully, but these errors were encountered: