Hi, Is there a way to only load modules, avoiding the load of sub-modules?
For example, I have a folder modules, with a lot of scripts to load, but there is only one module which need to load your own sub-modules using require, and I'd like to avoid the load of theses submodules.
Hi, Is there a way to only load modules, avoiding the load of sub-modules?
For example, I have a folder
modules, with a lot of scripts to load, but there is only one module which need to load your own sub-modules usingrequire, and I'd like to avoid the load of theses submodules.