🆙 Fixed more 🆙

This commit is contained in:
Remco
2026-01-20 21:37:14 +01:00
parent 8520fa37ca
commit 952d4955eb
4 changed files with 18 additions and 32 deletions
@@ -47,4 +47,12 @@ export default defineConfig({
],
},
},
build: {
rollupOptions: {
onwarn(warning, warn) {
if (warning.code === 'INVALID_ANNOTATION') return;
warn(warning);
}
}
},
});