I am using react starter kit for client side programming. It uses react and webpack. No index.html or any html to edit, all js files. My question is if I want to load a vend
There is one html file that is definitely being used to serve to users with your js bundle attached. Probably you could attach the script tag into that html file