Description
Clear and concise description of the problem
I am using webpack host with dynamic remote loading using module federation runtime
Remote 1 webpack
Remote 2 vite
Retry-plugin's script option doesn't provide "cache busting" option.
If remote chunk is getting loaded from memory cache of browser and due to some reason (err_cahe_read_failure) happens and chunk load fails, retry plugin will keep retrying to get the chunk from memory cache which is not available or corrupted.
There should be an option in retry plugin where cache busting string can be provided.
Somewhat similar to
https://rsbuild.dev/plugins/list/plugin-assets-retry
@ScriptedAlchemy can you please tag someone who is actively working on this part or if you can provide some workaround?
Suggested solution
Somewhat similar to
https://rsbuild.dev/plugins/list/plugin-assets-retry
Alternative
No response
Additional context
No response
Validations
- Read the Contributing Guidelines.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Activity