Import module at runtime with custom resolve paths.
If used, the resolve paths will be used instead of the default node.js ones, except for the GLOBAL_FOLDERS like $HOME/.node_modules, which are always included.
The module to load
Optional
The paths to use to resolve the module
The loaded module
Import module at runtime with custom resolve paths.
If used, the resolve paths will be used instead of the default node.js ones, except for the GLOBAL_FOLDERS like $HOME/.node_modules, which are always included.