pointless interpolation

This commit is contained in:
Erin 2023-07-28 04:40:51 -04:00
parent 6ed07ab982
commit bb79e2a059

View file

@ -39,7 +39,7 @@ export function createConfig (manifestPathRelative, options, createConfig) {
function getOutputFilename (entryPath, ext) { function getOutputFilename (entryPath, ext) {
const base = relative(manifestDirname, dirname(entryPath)); const base = relative(manifestDirname, dirname(entryPath));
return join(base, `${uniqueFileNameSegment(entryPath, ext)}`); return join(base, uniqueFileNameSegment(entryPath, ext));
} }
function getOutputPathRelative (outputDir, platform, entryPath, ext) { function getOutputPathRelative (outputDir, platform, entryPath, ext) {