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