Process undefined in sveltekit, vite fix not working #8546
Answered
by
benjaminpreiss
benjaminpreiss
asked this question in
Q&A
-
Dear Community, I have been trying to access process in sveltekit, but getting back a strange error on the browser dev tools console. repro: https://stackblitz.com/edit/sveltejs-kit-template-default-xizkws?file=src/routes/+page.svelte I also already created an issue in the vite community, but it seems that it works in vite: vitejs/vite#11695 Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
benjaminpreiss
Jan 16, 2023
Replies: 1 comment
-
Was able to solve it - correct code in code sandbox. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
benjaminpreiss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Was able to solve it - correct code in code sandbox.