dbarnett
08/31/2020, 7:35 PMrequire()
being called multiple times on a serverside script synchronously?
I am trying to load custom modules progressively as needed doing something similar to https://medium.com/@avivashisth/netsuite-optimizing-suitescript-with-progressive-loading-35332dcc6502
but it only appears to successfully load the first call to require
, all subsequent ones do not seem to get triggered (or synchronously at least) so it gets a reference error when attempting to later access the module
Thanksdbarnett
08/31/2020, 8:03 PM