From 04aeeb5f0753c13ab965aad9084f25dced63ff27 Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Sat, 3 Jan 2026 01:55:18 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Set=20Svelte=20bundleStrategy=20sin?= =?UTF-8?q?gle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/svelte.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/svelte.config.js b/app/svelte.config.js index 42ad879..f3931aa 100644 --- a/app/svelte.config.js +++ b/app/svelte.config.js @@ -17,6 +17,9 @@ const config = { }), paths: { base: basePath + }, + output: { + bundleStrategy: 'single' } } }