remove leftover logging
This commit is contained in:
parent
8e4da396ea
commit
14dffa4ad4
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ function replaceGlobalHashPlaceholderInChunks(assets, globalHashChunkReplaceMap,
|
||||||
if (!chunk) {
|
if (!chunk) {
|
||||||
throw new Error(`could not find chunk ${name} to replace global hash placeholder`);
|
throw new Error(`could not find chunk ${name} to replace global hash placeholder`);
|
||||||
}
|
}
|
||||||
console.log(placeholder, globalHash);
|
|
||||||
chunk.code = chunk.code.replaceAll(placeholder, `"${globalHash}"`);
|
chunk.code = chunk.code.replaceAll(placeholder, `"${globalHash}"`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue