このコミットが含まれているのは:
Henry Jameson 2018-12-11 19:01:08 +03:00
コミット c54eb1ecad
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -43,7 +43,7 @@ const afterStoreSetup = ({store, i18n}) => {
// This takes static config and overrides properties that are present in apiConfig
let config = {}
if (overrides.staticConfigPreference && env === 'DEV') {
if (overrides.staticConfigPreference && env === 'development') {
console.warn('OVERRIDING API CONFIG WITH STATIC CONFIG')
config = Object.assign({}, apiConfig, staticConfig)
} else {