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

have addWatchTarget and module cache busting only run when --watch configuration is set #13

Open
2 tasks
thescientist13 opened this issue Jun 26, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Comments

@thescientist13
Copy link
Member

In #11 , cache busting was added to support live reloading of modules in NodeJS. Ideally, this should only be enabled when in --watch mode just to avoid unnecessary overhead, specifically

  1. addWatchTarget
  2. eleventy.beforeWatch

Should probably add something to README too?

@thescientist13 thescientist13 added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers labels Jun 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant