Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add chunkLoadRetry option for reloading chunks #121

Merged
merged 3 commits into from
Jul 9, 2024

Conversation

tjenkinson
Copy link
Contributor

Supports true or an object that can tweak the config a bit further. When true it will have 5 attempts with exponential backoff.

Supports `true` or an object that can tweak the config a bit further. When `true` it will have 5 attempts with exponential backoff.
@@ -34,7 +34,7 @@ test('build with esm modules and core-js polyfill', async (t) => {
t.notThrows(() => eval(bundle)) // eslint-disable-line
})

test.only('build both modern and legacy bundles', async (t) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😱

@tjenkinson tjenkinson marked this pull request as ready for review July 9, 2024 08:32
@KidkArolis
Copy link
Owner

Looks great, thanks! Could you also update the README / docs folder and add a CHANGELOG entry?

@tjenkinson tjenkinson changed the title Add chunkLoadRetry option for reloading chunks Add chunkLoadRetry option for reloading chunks Jul 9, 2024
@tjenkinson
Copy link
Contributor Author

Updated the changelog :)

Could you also update the README / docs folder

I've already updated the configuration options doc is there another I should update too?

@KidkArolis KidkArolis merged commit 30f8979 into KidkArolis:master Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants