Fix color hint not changing

Due to IDs such as `mdi-color-helper` being removed.
This commit is contained in:
Abdo 2025-05-28 09:39:51 +03:00
parent 9395b89b92
commit 51fcb86521

View file

@ -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