Y
Hacker News
new
|
ask
|
show
|
jobs
by
CharanSriram
1037 days ago
Might be misunderstanding the problem, but what’s stopping you from using env variables like you specified? Create React App has this baked in by prefixing env variables with REACT_APP [1]; I’m assuming other configurations can achieve the same.
[1]
https://create-react-app.dev/docs/adding-custom-environment-...