Dynamic import with absolute path outside of project directory
Dynamic Importing seems to only work relative to the current projects directory, but I want to load things from outside the project directory. As you can see,
p
is resolved to cwd + location, but I just want it to be location
. Is it this possible, or do I have to bring all possible modules under the project directory?
0 Replies