We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e6156 commit 460ba4fCopy full SHA for 460ba4f
test/configCases/hash-length/output-filename/test.config.js
@@ -36,6 +36,6 @@ module.exports = {
36
);
37
}
38
39
- return './' + filename;
+ return "./" + filename;
40
41
};
0 commit comments