diff --git a/scripts/build-plugins/service-worker.js b/scripts/build-plugins/service-worker.js index 541fdcad..e86bf27c 100644 --- a/scripts/build-plugins/service-worker.js +++ b/scripts/build-plugins/service-worker.js @@ -123,7 +123,6 @@ function replaceGlobalHashPlaceholderInChunks(assets, globalHashChunkReplaceMap, if (!chunk) { throw new Error(`could not find chunk ${name} to replace global hash placeholder`); } - console.log(placeholder, globalHash); chunk.code = chunk.code.replaceAll(placeholder, `"${globalHash}"`); } }