Hey there!!
Quick question. I’m interested in having all the app assets imported with async/defer atributtes:
<script src="assets/app.js" defer></script>
Same thing with vendor. Also with the css files. Can this be configured on build o do I have to manually adapt the dist/index.html file??