### System Info i use latest version of rspack/core and rspack/cli (1.4.8) ### Details when i use SubresourceIntegrityPlugin and splitChunks.chunks='all' ,the error describe in title occurred, 1. remove SubresourceIntegrityPlugin , no errors. 2. use SubresourceIntegrityPlugin,and splitChunks.chunks keep default(async) , no errors ### Reproduce link _No response_ ### Reproduce Steps ```js optimization: { splitChunks: { chunks: 'all', // set to all , error ,remove this ok; }, ```