From aa2e54964a31de2ca2eeef7a2682a1bc762ac435 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 26 Dec 2023 12:10:08 +0100 Subject: [PATCH] Include sourcemaps again --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 1d1b5b8a0f..766dd5a805 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -18,7 +18,7 @@ fi export NODE_OPTIONS=--max-old-space-size=16000 which vite vite --version -vite build # --sourcemap +vite build --sourcemap # Copy the layer files, as these might contain assets (e.g. svgs) cp -r assets/layers/ dist/assets/layers/ cp -r assets/themes/ dist/assets/themes/