chihab / dotenv-run

Seamlessly load environment variables. Supports cli, esbuild, rollup, vite, webpack, angular. ESM and Monorepos.
238 stars 17 forks source link

runtime: true fail #95

Closed jhonnathanH closed 2 months ago

jhonnathanH commented 4 months ago

recently implemented the property in angular.json ... "prefix":"NG", "runtime": true. ....

but don't work properly, I used this version https://www.npmjs.com/package/@ngx-env/builder/v/17.3.0 with Angular 17.2.0

if this "runtime" is remove or false. the app works fine.

chihab commented 4 months ago

could you describe what's exactly not working?