You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: