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