Custom key handler and lazy load #633
-
Hello, so I want to make custom key handler that involves lazy loading. I suppose I should edit |
Beta Was this translation helpful? Give feedback.
Answered by
wbthomason
Oct 7, 2021
Replies: 1 comment 1 reply
-
This is a current limitation of the handler system which I intend to fix. Right now, you can invoke lazy-loading if your custom handler adds existing lazy-load keys to the plugin, but otherwise cannot signal to |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ekickx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a current limitation of the handler system which I intend to fix. Right now, you can invoke lazy-loading if your custom handler adds existing lazy-load keys to the plugin, but otherwise cannot signal to
packer
that your custom handler needs to be involved in the compilation process.