You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I can load config in (1) async way with promise or in (2) compile-time with webpack loader. I purpose add method like loadConfigSync to load config in synchronous way, as node-config do.
Currently I can load config in (1) async way with promise or in (2) compile-time with webpack loader. I purpose add method like
loadConfigSyncto load config in synchronous way, asnode-configdo.