diff --git a/svelte.config.js b/svelte.config.js index 068a81f..26e9217 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -10,6 +10,9 @@ const config = { alias: { "$py/*": "src/python/*", }, + output: { + preloadStrategy: "preload-mjs", + }, }, };