pointless interpolation
This commit is contained in:
parent
6ed07ab982
commit
bb79e2a059
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue