Skip to content

Commit fa6d3c4

Browse files
authored
docs: add resolve option (#240)
1 parent 3e67bd4 commit fa6d3c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ Environment name used for [environment specific configuration](#environment-spec
173173

174174
The default is `process.env.NODE_ENV`. You can set `envName` to `false` or an empty string to disable the feature.
175175

176+
### `resolve`
177+
178+
You can define a custom function that resolves the config.
179+
180+
176181
## Extending configuration
177182

178183
If resolved config contains a `extends` key, it will be used to extend the configuration.

0 commit comments

Comments
 (0)