Hi all, We are trying to create a web component using stencilJS and integrate it into AEM 6.5. StencilJS builds the web component using rollup and creates two different loaders, depending on the browser: The ESM and the ES5+polyfills loader. The way we link the components to the HTML is: <script typ...