diff --git a/src/config.ts b/src/config.ts index b60fe304b1..e6dd9555b8 100644 --- a/src/config.ts +++ b/src/config.ts @@ -6,7 +6,7 @@ import { GlobalConfig } from './config/global-config.interface'; const GLOBAL_CONFIG: InjectionToken = new InjectionToken('config'); -let configContext = require.context("../config", false, /js$/); +const configContext = require.context('../config', false, /js$/); let production = false;