aboutsummaryrefslogtreecommitdiff
path: root/build.mjs
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-08-29 22:05:22 +0200
committerVendicated <vendicated@riseup.net>2022-08-29 22:05:22 +0200
commit483bc13a31ab2ba878ff8d9002b0a8671a640ec8 (patch)
tree9967493cf8d65dc90202bb76d604749c5c4ba5ca /build.mjs
parentc39ff8f6481463a1700014ebd204f2b6189759a1 (diff)
downloadVencord-483bc13a31ab2ba878ff8d9002b0a8671a640ec8.tar.gz
Vencord-483bc13a31ab2ba878ff8d9002b0a8671a640ec8.tar.bz2
Vencord-483bc13a31ab2ba878ff8d9002b0a8671a640ec8.zip
Finish rewrite
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;