In my project, we only fix the www folder and the Windows batch file (we are developing on Windows), which is responsible for automatically installing each plug-in that the application needs.
When adding a new plugin, we will add a new entry to this file.
When a new developer wants to create his own development environment with the application, he creates a new project and imports the www folder. After that, it launches the local build command, and then runs the custom plugin file.
source share