diff --git a/ts/vite.config.ts b/ts/vite.config.ts index 233b6c8e1..c2cd12c8d 100644 --- a/ts/vite.config.ts +++ b/ts/vite.config.ts @@ -19,7 +19,10 @@ const configure = (proxy: any, _options: any) => { }; const viteConfig = defineViteConfig({ - plugins: [sveltekit(), svg({})], + plugins: [ + sveltekit(), + svg({ svgoOptions: { plugins: [{ name: "cleanupIds", params: { remove: false } }] } }), + ], build: { reportCompressedSize: false, // defaults use chrome87, but we need 77 for qt 5.14