You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just figured out that vitePreprocess({ script: true}) is breaking snippets export from <script lang="ts" module> .
I know that you do not need to use script option in svelte5, but not using it will break my enums that are defined inside <script> tags.
Describe the bug
Just figured out that
vitePreprocess({ script: true})
is breaking snippets export from<script lang="ts" module>
.I know that you do not need to use script option in svelte5, but not using it will break my enums that are defined inside <script> tags.
Reproduction
https://stackblitz.com/edit/sveltejs-kit-template-default-ldkwkg71?file=svelte.config.js
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: