From e0cb7d4eab635f8ada3e2fe923ae0b773c5bbb23 Mon Sep 17 00:00:00 2001 From: Alexander Marzot Date: Mon, 22 Jul 2024 13:34:04 -0400 Subject: [PATCH] Don't include sourcemaps when building for prod --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index 69a9604f..cf283156 100644 --- a/build.js +++ b/build.js @@ -45,7 +45,7 @@ async function buildClient(watching){ platform: 'browser', format: 'esm', minify: !watching, - sourcemap: !watching, + sourcemap: watching, plugins: [ typechecker, sassPlugin({