Use Env in Runtime Netlify plugin

Make some environment variables available only at build time, in the runtime of your application
with use-env-in-runtime Netlify plugin.


  1. Environment variable (named REACT_APP_UI_TEST) set in Netlify UI: Hello from Netlify UI
  2. Environment variable (named REACT_APP_TOML_ALL_TEST) set in Netlify TOML: Hello all!
  3. Environment variable (named REACT_APP_TOML_PROD_TEST) set for production in Netlify TOML: Hello prod!
  4. Environment variable (named REACT_APP_TOML_BRANCH_TEST) set for a branch (demo-check-deploy-branch) in Netlify TOML:

Check your web console for more information.
Check the deploy branch version: click on me! 👺
Github