Consider replacing vite-plugin-single-file
with SvelteKit option
#3
Labels
enhancement
New feature or request
vite-plugin-single-file
with SvelteKit option
#3
The primary benefit of using the official way to bundle into a single file is that this project could be simpler, with less moving parts.
This might also give other benefits, like improved routing, since SvelteKit has more to offer.
Reference: sveltejs/kit#3882 (comment)
More specifically, this project could use
bundleStrategy: 'inline'
to create a single HTML file which could be encryptedhttps://svelte.dev/docs/kit/configuration#output
Then, maybe migrate to the built-in hash-based router
The text was updated successfully, but these errors were encountered: