Hi,
I'm having a hard time understanding a few things regarding custom plugin development since I cannot seem to find enough documentation about it:
- How do I build a single plugin without having to build the entire kibana? (e.g. the custom plugin that would reside in the '/plugins' folder which is the default folder that the cmd 'node scripts/generate-plugin defaults you to);
- How can I add a dependency specially for my plugin (this was possible back in 7.3.0)?
- Is it possible for someone to point in the direction of a visualization plugin example compatible with 7.7.0 so I can understand how to actually make one?
Thank you for your time!