Skip to content

Commit 460ba4f

Browse files
committed
One last styling fix
1 parent 34e6156 commit 460ba4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/configCases/hash-length/output-filename/test.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ module.exports = {
3636
);
3737
}
3838

39-
return './' + filename;
39+
return "./" + filename;
4040
}
4141
};

0 commit comments

Comments
 (0)