diff --git a/src/config/config.js b/src/config/config.js index fc436a9..d33b293 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -1,4 +1,5 @@ const getConfig = () => { + console.log(window._env_) return window._env_ || {}; }