fkrauthan
10/05/2018, 7:32 PMrequire
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