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

docs: remove misleading information about cache purge on file change #2014

Merged

Conversation

confix
Copy link
Contributor

@confix confix commented Feb 17, 2022

  • Docs
  • Tests

Due to the changes introduced by #431, the documentation about purging the require cache is not accurate anymore and causes confusion, see #1832 and #1818 . Instead of purging the cache when files change, it is purged for every request.

See here for implementation:

purgeAppRequireCache(config.serverBuildPath);

This PR updates the documentation by removing incorrect statements and points out that the require cache is purged for every request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants