Can we async or defer referencing Client side Libraries
Hi Team,
I'm trying to load a client library using a helper template provided by AEM.
<sly data-sly-use.x="/libs/granite/sightly/templates/clientlib.html">
<sly data-sly-call=${clientlib.js @@categories='x'}/>
</sly>
Do we need to still defer this if so how we can do it ?
Thanks

