Hey there, I would like to know if it's possible to bundle a script with an additional attribute ?
Example :
<script data-reload>
//my script
</script>
The default behaviour of astro is not to bundle such scripts however, I need the data-reload attribute.
Is there anyway to bundle the script anyway while also having the attribute ?
Thanks !