Replies: 3 comments 3 replies
-
In more recent versions of SvelteKit, the vite config specifies |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also curious about this, I tried to upload sourcemaps to sentry for Sveltekit a few days ago but failed to do so. Might write a blog when i figure it out. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot find them anywhere, I don't even see that they are being created when I run
npm run build
. I am using the latest version of sveltekit with typescript. I would assume the sourcemaps would be located in the output folder of the .svelte-kit directory but no dice.I also have
sourceMap: true
under thecompilerOptions
of mytsconfig.json
Beta Was this translation helpful? Give feedback.
All reactions