Relative Content

Tag Archive for google-chrome-extension.env

google-chrome-extension and .env file

How to set environment variables and access to them? Similarly as we can do in normal application via ‘process.env.’ (process.env.REACT_APP_BASE_URL, process.env.REACT_APP_GOOGLE_API_KEY etc).
Thank you!