for example, I want to dynamically load Google Analytics based on the environment in index.html. The development environment does not introduce its script, and the production environment introduces its script.
I tried to read the process.env attribute, but unlike the js file within the project, I couldn"t read it in index.html.
is there a solution?