From 450e8d62051bc769bd6efa409fffc2d7093a2950 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Wed, 4 Oct 2023 17:45:29 -0400 Subject: [PATCH] minify js bundle from 1.2mb to 0.3mb (#98) Co-authored-by: Jonathan Dahan --- build.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/build.mjs b/build.mjs index 5a317602..6830065b 100644 --- a/build.mjs +++ b/build.mjs @@ -7,6 +7,7 @@ const buildOptions = { bundle: true, platform: 'browser', target: 'es2020', + minify: true, sourcemap: true, metafile: true, logLevel: 'debug',