I have a React app which has access to environment variables in the normal way using DefinePlugin. We are able to access these variables all throughout the app. However, we cannot access them in the static folder, namely index.html.
Is there any way to access environment variables in static files with Webpack/React?