79321818

Date: 2025-01-01 15:11:29
Score: 1
Natty:
Report link

Sveltekit now has an option that allows inlining everything.

"We now have the ability to generate fully self-contained apps with the bundleStrategy: 'inline' option. Together with Vite’s assetsInlineLimit option, it’s possible to put an entire SvelteKit app — code, styles, fonts, images, audio and everything else — inside a single .html file that you can share with people on a floppy disk."

Announcement: https://svelte.dev/blog/advent-of-svelte#Day-22:-self-contained-apps

Docs: https://svelte.dev/docs/kit/configuration#output

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sateesh