diff --git a/src/js/core/config.js b/src/js/core/config.js index 4a8953d4..da442c3d 100644 --- a/src/js/core/config.js +++ b/src/js/core/config.js @@ -82,7 +82,7 @@ export const globalConfig = { }, rendering: {}, - debug: require("./config.local").default, + debug: IS_DEBUG ? require("./config.local").default : {}, // Secret vars info: {