How I can change paths to my bundle files from /myBundleFile.js to /static/myBundleFile.js in script src in index.html that I get from building my React project with Nx?
/myBundleFile.js
/static/myBundleFile.js
index.html
I'm using the default React plugin for Nrwl Nx.