envs
config.envs
{Object}
Specifies environment-specific configuration to be applied to the loader after @config has loaded.
{Object}
Specifies environment-specific configuration to be applied to the loader after @config has loaded.
Add
envs
configuration if you need it to be applied only when in a certain environment. This environment is controlled by env. For example you might want to apply a different baseURL if loading from a CDN in production, to do so you could do:envs can be sepecified with any of the approaches in config.