👉 It's a file that a plugin loader uses to find plugins for a particular module. It describes how plugins should be loaded based on their dependencies, requirements, and other properties. Detailed definitions vary depending on the type of plugin loader, but some common definitions include:
1.
ModuleLoader Plugin:
This is used when an application needs to know which modules to load to run a specific action.
2.
PluginLoader Configuration:
It's a file that defines how plugins should be loaded for different modules and their dependencies.
Understanding the role of `plugin-loader.conf` can help in deciding whether to use this type of plugin loader or not depending on your project needs.