-
-
Notifications
You must be signed in to change notification settings - Fork 300
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
Invalid source map #153
Comments
hey @benmccann thanks for the report! we'll take a look |
Strange, it's just coming from the tsconfig Line 10 in a0a48b8
sourcemap option: https://www.typescriptlang.org/tsconfig#sourceMap |
It looks like I can fix this by setting This produced the file:
Just need someone to test this output works with SvelteKit (i'll ask a member of our community) edit: didn't work
It seems we really do need to ship all of the |
🎉 This issue has been resolved in version 1.11.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.11.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
OK this is now solved (i hear there's a problem with |
Bug report
Describe the bug
sources
refers to a file that's not in the distributionTo Reproduce
Expected behavior
I'm not a source map expert, so I'm not quite sure the best way to fix this. I think you'd either want to distribute the source in the npm package or inline it to the sourcemap
Additional context
I don't use Supabase, but work on SvelteKit and users are reporting issues that seem to be caused by trying to load this file that doesn't exist. sveltejs/kit#673 (comment)
The text was updated successfully, but these errors were encountered: