I am facing an issue while trying to access environment variables in my Angular project using dotenvx. I am able to successfully inject the environment variables, but for some reason, I cannot access ...
In practice (tested with Angular 19 + Storybook 9, Webpack 5 builder), this only works if the environment variable is actually defined. Incase the variable is not set ...