From 8b9d63fdaca3603eb6f6f4eff2bee20dd044a9d9 Mon Sep 17 00:00:00 2001 From: jj Date: Wed, 30 Apr 2025 15:19:16 +0000 Subject: [PATCH] web/svelte: drop svelte:component when stripping announcer --- web/svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/svelte.config.js b/web/svelte.config.js index 2e4bc523..a5adc8a6 100644 --- a/web/svelte.config.js +++ b/web/svelte.config.js @@ -17,7 +17,7 @@ const config = { markup: ({ content: code }) => { code = code.replace( /
/, - '' + '{null}' ); return { code }