guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
138 stars 7 forks source link

feat: extensions update to environment handling #77

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This includes an update to the environment variable handling in the extensions environment to ensure they get the environment variables defined by the Chompfile [env] and [default-env].

This can then replace the package manager customization mechanism, which the latest extensions update implements.