chihab / dotenv-run

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

version info for import.meta.env #53

Open alex-vg opened 11 months ago

alex-vg commented 11 months ago

Please highlight in the docs, that import.meta.env is only available starting with version 16.0.0. This is important since the ngx-env version is strongly coupled to the angular version of the project.

I did not find updates for previous major versions, that make import.meta.env available.

chihab commented 11 months ago

Thanks for raising the point. I'll see if I can make import.meta available for v14 and v15 too