workbox-rspack-plugin works in general now, but there are some failed tests left due to rspack's limitations. This issue is used to track all the existing issues.
compilation.namedChunks.get(chunkOrGroup) does not include the splitted chunk when optimization.splitChunks.chunks is all, so the precache list may not be complete. (https://github.com/web-infra-dev/rspack/issues/5908)
workbox-rspack-plugin
works in general now, but there are some failed tests left due to rspack's limitations. This issue is used to track all the existing issues.rspack.CopyRspackPlugin
is trying to parse.js
files and throw errors when module syntax is used. (https://github.com/web-infra-dev/rspack/issues/5194)compilation.namedChunks.get(chunkOrGroup)
does not include the splitted chunk whenoptimization.splitChunks.chunks
isall
, so the precache list may not be complete. (https://github.com/web-infra-dev/rspack/issues/5908)