-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always put <svelte:options> at top of file #73
Labels
enhancement
New feature or request
Comments
Currently source maps are off when |
I'm against |
The referenced issue has been fixed. Any updates on this one? |
From #165 : We could also make this configurable by enhancing the sort order. |
dummdidumm
added a commit
that referenced
this issue
Jan 5, 2021
Fixes #73 ### BREAKING CHANGE `svelte:options` is now part of `svelteSortOrder`. Default sort order is now `options-scripts-markup-styles`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it would be prettier if the
<svelte:options>
tag was always at the top of file, before scripts and styles.Maybe
<svelte:head>
should also be at the top (but not any of the other<svelte:...>
tags)?The text was updated successfully, but these errors were encountered: