diff --git a/get-config.js b/get-config.js index a77b293e..07c9d4db 100644 --- a/get-config.js +++ b/get-config.js @@ -1,6 +1,6 @@ module.exports = function getConfig() { - const configPath = process.cwd() + '/src/config.js'; + const configPath = process.cwd() + '/src/config'; try { return require(configPath)(process.env.NODE_ENV || 'development'); } catch (e) {