I'm experiencing an issue with the cq-prolyfill library not functioning properly when included through a typescript import statement within an angular module. I have confirmed that it is included in my vendor bundle, but for some reason the initial self-invoking function in the library is not being called. Interestingly, when I include the library through an HTML head import, it works as intended. Any ideas on why this might be happening?