As briefly mentioned in #242, the alias config as provided in the README appears to be broken in Svelte 5 as svelte/src/runtime does not exist.
When building with the alias config, errors such as Can't resolve 'svelte/internal/disclose-version' and Can't resolve 'svelte/internal/client' occur.
Removing the alias rule fixes these errors. Either removing, fixing, or adding a note to the alias config would be very helpful so that others don't have to troubleshoot this problem themselves. Thank you!