Ok anyone here is using `require` to runtime impor...
# suitescript
f
Ok anyone here is using
require
to runtime import a different module? If yes anyone know why when I use require to import a module the dependencies within that dynamically imported module can not be resolved? I get tons of errors like
Module does not exist: /config.js
when I import the same module within define the imports defined by that module resolve correctly