import { defineConfig } from 'vite' import { svelte, vitePreprocess } from '@sveltejs/vite-plugin-svelte' import sveltePreprocess from "svelte-preprocess"; import svelteSVG from "vite-plugin-svelte-svg"; import wasm from "vite-plugin-wasm"; import topLevelAwait from "vite-plugin-top-level-await"; import { viteSingleFile } from "vite-plugin-singlefile" const jsToBottom = () => { return { name: "script-at-end-of-body", transformIndexHtml(html) { let scriptTag = html.match(/