aboutsummaryrefslogtreecommitdiff
path: root/build.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'build.mjs')
-rwxr-xr-xbuild.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.mjs b/build.mjs
index f2a4447..c3bac3b 100755
--- a/build.mjs
+++ b/build.mjs
@@ -117,7 +117,7 @@ await Promise.all([
],
sourcemap: "inline",
watch,
- minify: true
+ minify: false,
})
]).then(res => {
const took = performance.now() - begin;