We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1667324 commit b03e3dbCopy full SHA for b03e3db
config/index.js
@@ -120,7 +120,7 @@ config.utils_paths = {
120
debug(`Looking for environment overrides for NODE_ENV "${config.env}".`)
121
const environments = require('./environments').default
122
const overrides = environments[config.env]
123
-if (environments[config.env]) {
+if (overrides) {
124
debug('Found overrides, applying to default configuration.')
125
Object.assign(config, overrides(config))
126
} else {
0 commit comments