Currently, I am collaborating on a project that is being implemented across various customer instances. Within the project, we have several lazy loaded modules, with most of them being utilized by all customers. However, there are certain modules that are only required in specific locations, prompting me to consider excluding them from the build in all other areas.
Could this be achieved?