-
I looked for this, but didn't see an answer. if I have a plugin in this manner
will the require be |
Beta Was this translation helpful? Give feedback.
Answered by
folke
Jan 15, 2023
Replies: 1 comment 3 replies
-
It will be correct. no worries. For some plugins I can't correctly identify the correct require. In that case you'll see an error about this and then you can manually do the require in a |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jay-babu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It will be correct. no worries. For some plugins I can't correctly identify the correct require. In that case you'll see an error about this and then you can manually do the require in a
config()
instead