好像知道了,刚刚在 SplitChunksPlugins 里面找到了下面的话
splitChunks.cacheGroups.{cacheGroup}.filename
string function (chunkData): string
Allows to override the filename when and only when it's an initial chunk. All placeholders available in output.filename are also available here.
不支持对异步代码分割命名~ 可能想对异步代码重命名需要别的配置吧