@app-config/default-extensions
Advanced tools
Changelog
v2.4.5
Adds $hidden
directive mainly for shared properties.
Changelog
v2.4.3
Adds bash completions support with app-config completions
.
Changelog
v2.4.2
Adds none
option for the $env
directive, that acts like "default", but is used
only when no environment is defined.
Changelog
v2.4.1
Adds option aliases for $substitute
that aren't prefixed with $
.
Adds $envVar
parsing directive, similar to $substitute
but more ergonomic.
Changelog
v2.4.0
Adds support for Webpack 5, remaining compatible with Webpack 4.
Changelog
v2.3.4
Doesn't strip newlines in @app-config/inject and @app-config/cli when reading from stdin.
Changelog
v2.3.3
Adds --include-no-environment
for app-config validate
CLI. Fails when no config is found.
Fixes Webpack bug when using $extends
to a file that's not a standard app-config filename.