summaryrefslogtreecommitdiff
path: root/esbuild.config.js
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-12-14 17:08:26 -0800
committerElizabeth Hunt <me@liz.coffee>2025-12-14 17:08:26 -0800
commit17708f1430fd63e9350af82abe40a7dd78b15b8c (patch)
treed06bfd4ba5bdd06d4a91efa1f62f83d5c7843b7d /esbuild.config.js
parent613632f3a8fccb998147e46d0e751ca4afc66544 (diff)
downloadadelie-17708f1430fd63e9350af82abe40a7dd78b15b8c.tar.gz
adelie-17708f1430fd63e9350af82abe40a7dd78b15b8c.zip
Simplify host asset bundling
Diffstat (limited to 'esbuild.config.js')
-rw-r--r--esbuild.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/esbuild.config.js b/esbuild.config.js
index 1a7e09b..cb83e51 100644
--- a/esbuild.config.js
+++ b/esbuild.config.js
@@ -38,7 +38,6 @@ async function copyAssets() {
async function processHTML() {
let html = await fs.readFile('src/index.html', 'utf8');
- html = html.replace(/ASSET_BASE_PLACEHOLDER/g, '');
await fs.writeFile('dist/index.html', html);
}