Closed feego closed 5 years ago
From what I understood, the findConfig method is currently running the configuration loader twice, if a single loader is used per extension. This can be a problem when the loaded config file has side-effects that shouldn't run more than once.
findConfig
Thanks!
Release https://github.com/azu/rc-config-loader/releases/tag/2.0.3
From what I understood, the
findConfig
method is currently running the configuration loader twice, if a single loader is used per extension. This can be a problem when the loaded config file has side-effects that shouldn't run more than once.