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

Fix runtime not properly unloading on webpack #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

quexten
Copy link

@quexten quexten commented Mar 24, 2023

On Webpack, the cache expects exports on a required module to stay the same. The dist/argon2.js module deletes the export when calling unload runtime. On Webpack builds, if you unload the runtime, and then load it again by doing a hash, the require never resolves.

This PR fixes this behavior by deleting the module form the cache entirely, when unloading the runtime.

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.

1 participant