We had the following issue in Prod:1. We have is a Rule set to "execute
globally" with a bunch of functions that meant to be used by other
rules2. Launch compiled this Global Rule into a separate JS3. As a
result, we ran into a timing issue - when my global functions are called
they are not loaded yetWhile I was working with Adobe's Level 1 folks to
resolve it - we did identify that timing of loading JS is the issue,
Adobe implemented a change -> Global Rule was compiled into the body of
the Lau...