Fred
Results
2
comments of
Fred
Hey there, Maybe issue https://github.com/EmilTholin/svelte-routing/issues/41#issuecomment-778765725 could be useful.
@sunchengfeng01, @eveforest, @s3xysteak Here what works for me: vite.config.ts ```ts build.rollupOptions.external: [/^(.*)_app.config.js(.*)/], ``` html.ts // vite-plugin-html ```ts inject.tags.attrs.type = "module", ```