I want to defer parsing of scripts that are generate as a result of transpiling during build. I have added async to all the other tags on my index.html page. However, since the main js file is inject into page during build, it becomes harder.
Is there a way to tell babel/react-scripts to add the async attribute to the injected js tag?