Ben McCann
Ben McCann
> Links/Includes (from index.html) need to be relative instead of absolute The file references are relative now:  > The JS field need to be in IIFE...
I see you originally ran this on Node 16. Does it work if you try Node 20? https://nodejs.org/api/globals.html#crypto_1 SvelteKit is supposed to polyfill `crypto` if you're running on an older...
This PR can be closed. Sveltestrap was updated to use the latest version of popper which no longer uses `process.env`
Status can be both an element and an attribute as shown below. It's the attribute that this bug refers to. ``` One or more line items must be specified Invoice...
I haven't been able to figure out any query to issue that returns WARN or WARNING to be able to figure out which is the actual value
It's defined as `!import.meta.env.SSR`, but if you're not using Vite that won't be available by default, which I suppose can be non-ideal in some circumstances. I'm not sure that `typeof...
closing as duplicate of https://github.com/sveltejs/kit/issues/1950
Ah, yeah, I suppose this one is a bit different than the rest I think you'd need to bundle it twice, once with `import.meta.env.SSR` set to `true` and one with...
> As far as I understand, Vite (unlike in Sapper, thankfully) doesn't compile from scratch one pass for browser and one for SSR. That's incorrect. The SSR and browser builds...
Closing in favor of https://github.com/sveltejs/kit/issues/8033. Please see the recommended solution there