How to bundle svelte pages and layouts as their own html file with everything required to run it being inlined #16122
Unanswered
SpiderUnderUrBed
asked this question in
Q&A
Replies: 0 comments
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.
-
Due to some technical constraints, I need it so there is no internal asset, like svelte does not call into _app, due to some discrepancies with the back-end (it uses a arbitrary route as a prefix, determined at runtime). So inline fixed most of my issues, however I dont want only one html file for all of my svelte code, I want all the pages to be their own html file with as I said, everything required to run it being inlined.
Beta Was this translation helpful? Give feedback.
All reactions