From 17708f1430fd63e9350af82abe40a7dd78b15b8c Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 14 Dec 2025 17:08:26 -0800 Subject: Simplify host asset bundling --- esbuild.config.js | 1 - 1 file changed, 1 deletion(-) (limited to 'esbuild.config.js') 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); } -- cgit v1.2.3-70-g09d2