Difference between opts = {} and config = true #831
georgejean
started this conversation in
General
Replies: 2 comments 2 replies
-
The first one will not be The other two are equivalent. Initially, only Later I added |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much for your quick answer ! |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry if my question seems stupid. Suppose all my plugins are lazy-loaded. I have read the docs:

and I don't understand when using
config = true
rather thanopts = {}
(which can be filled later if necessary) in a plugin Spec.For example, is there any differences between these three plugin Specs ?
Which are the typical cases when
config = true
should be used ?Beta Was this translation helpful? Give feedback.
All reactions