From d1f506097c1e1e04498071e4b7b18323f7d4a23b Mon Sep 17 00:00:00 2001 From: Seppe Dekeyser Date: Tue, 15 Oct 2024 00:45:49 +0200 Subject: [PATCH] Update global config description --- site/src/routes/guides/svelte-5/+page.svx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/src/routes/guides/svelte-5/+page.svx b/site/src/routes/guides/svelte-5/+page.svx index 22eb49bb4..317793cfb 100644 --- a/site/src/routes/guides/svelte-5/+page.svx +++ b/site/src/routes/guides/svelte-5/+page.svx @@ -13,7 +13,8 @@ Updating your code to make use of runes is straight-forward. Houdini still makes use of Svelte Stores, so your code will continue to work as normal. Just start using Runes and Houdini will adapt to your needs! -If you are forcing Runes mode enabled in your svelte config, you need to tell Houdini to also generate Runes by default: +If you are only using runes or you have enabled runes globally in your svelte config, you can tell Houdini to enable runes mode globally as well. +Enabling this has the potential to speed up preprocessing, since Houdini can skip a check in every svelte file it needs to process. ```js:title=houdini.config.js const config = { // ... other options