diff --git a/vite.config.ts b/vite.config.ts index d1ba572..59cd8c1 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -6,7 +6,7 @@ import { nodePolyfills } from 'vite-plugin-node-polyfills'; import Icons from 'unplugin-icons/vite'; export default defineConfig({ - plugins: [sveltekit(), Icons({ compiler: 'svelte' }), wasm(), topLevelAwait(), nodePolyfills()], + plugins: [nodePolyfills(), sveltekit(), Icons({ compiler: 'svelte' }), wasm(), topLevelAwait()], resolve: { alias: { '@sinclair/typebox': '@sinclair/typebox',