Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't inline webpack JS runtime code
Froma https://create-react-app.dev/docs/advanced-configuration > By default, Create React App will embed the runtime script into > index.html during the production build. When set to false, the script > will not be embedded and will be imported as usual. This is normally > required when dealing with CSP.
- Loading branch information