In the installation instructions it states to set runes to true in compileroptions but this is not needed and actually probably bad advice as it will force all your deps to be svelte 5 syntax otherwise it won't compile. If svelte sees you're using runes it will dynamically compile with or without runes, so ideally this step in the installation instructions is removed.
Describe the bug
In the installation instructions it states to set
runes
totrue
in compileroptions but this is not needed and actually probably bad advice as it will force all your deps to be svelte 5 syntax otherwise it won't compile. If svelte sees you're using runes it will dynamically compile with or without runes, so ideally this step in the installation instructions is removed.Reproduction
not relevant
Version and System Info