@app-config/cypress
Advanced tools
Changelog
v2.7.2
Ensures that window._appConfig
is always written in webpack and rollup loaders.
Changelog
v2.7.1
Fixes bug in $extends directive when using specific environments.
Changelog
v2.5.2
Adds support for calling currentEnvironment
when using the Webpack plugin.
Changelog
v2.5.1
Adds env
option on $extends
and $override
directives.
Changelog
v2.5.0
Adds some early deprecation warnings in preparation for version 3. See here.
Allows default extensions to be used twice without conflicts.
Adds $parseBool
, $parseFloat
and $parseInt
directives.
Adds allowMissing
option on $envVar
that's a shorthand for allowNull
+ fallback: null
.
Creates new calling interface for currentEnvironment
and FlexibleFileSource
.