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

Nuxt generate caching #270

Closed
lucadalli opened this issue May 14, 2021 · 2 comments
Closed

Nuxt generate caching #270

lucadalli opened this issue May 14, 2021 · 2 comments

Comments

@lucadalli
Copy link

Is it possible to leverage the nuxt.generate caching behavior using checksums to avoid wastefully regenerating unchanged images?

@pi0
Copy link
Member

pi0 commented May 15, 2021

Hi @lucadalli unfortunately not since generate is a runtume operation (fetching image from remote sources and providers may vary without source change). But we might add local cache for ipx provider back (it is removed for now to maximize serverless support where fs isn't available)

@pi0
Copy link
Member

pi0 commented May 15, 2021

Moved to unjs/ipx#30

@pi0 pi0 closed this as completed May 15, 2021
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

No branches or pull requests

2 participants