Add caching improvement to addExtension API that declares a template does not use the data cascade
#4304
zachleat
started this conversation in
Enhancement Queue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In 11ty/eleventy-plugin-bundle#36 it was surfaced that running esbuild as part of a custom template (in that case through the Render plugin and
renderFile) could be improved via memoization if the configuration code can state that no part of the render function relies on thedataargument passed in.It would be nice to do something like this instead:
Beta Was this translation helpful? Give feedback.
All reactions