launchcodedev / app-config

Easy Configuration Loader with Strict Validation
https://app-config.dev
Mozilla Public License 2.0
69 stars 11 forks source link

Provide `$jsModule` support for dynamically loading JS module #103

Closed joelgallant closed 3 years ago

joelgallant commented 3 years ago

Example:

jest:
  $jsModule: './jest.config.js'

Would evaluate the default | namespace export. This opens up a lot of possibilities and stopgaps.