After compiling my Angular project, I noticed that the compiler automatically adds the "defer" attribute to the script tag in my "index.html" file. However, I need to disable this feature. Is there a way to do it?
I am currently working with Angular version 8.0.0.
<pre>
<script src="runtime.js" defer>
</pre>