We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f823c09 commit 6d96c0bCopy full SHA for 6d96c0b
scripts/paths.utils.js
@@ -10,6 +10,6 @@ const modulePath = path.join(
10
11
module.exports = {
12
modulePath,
13
- configFilePath: `${projectDir}/config-overrides`,
+ configFilePath: `${projectDir}/config-extends`,
14
paths: require(`${modulePath}/config/paths`);,
15
};
0 commit comments