From 3636c052eb054d93a8a3ddfb9fdd873d5fe83a5d Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 31 May 2023 21:41:44 +0000
Subject: [PATCH] link processing
---
quartz/bootstrap.mjs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/quartz/bootstrap.mjs b/quartz/bootstrap.mjs
index a8c9bca..1fa4538 100755
--- a/quartz/bootstrap.mjs
+++ b/quartz/bootstrap.mjs
@@ -53,8 +53,6 @@
const out = await esbuild.build({
entryPoints: [fp],
write: false,
- minifySyntax: true,
- minifyWhitespace: true,
bundle: true,
keepNames: true,
platform: "node",
--
Gitblit v1.10.0