summaryrefslogtreecommitdiff
path: root/esbuild.config.js
diff options
context:
space:
mode:
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);
}