Fix problem with build

This commit is contained in:
itsfinniii
2026-04-27 15:34:12 +02:00
parent 3cfe6697a9
commit eba518ccc2
3 changed files with 17 additions and 481 deletions

View File

@@ -20,13 +20,6 @@ export default defineConfig({
"react-dom": "preact/compat",
},
},
build: {
rollupOptions: {
// This prevents the WASM warning from breaking builds or spamming logs
external: [/justified-layout-wasm/],
},
sourcemap: true
},
optimizeDeps: {
exclude: ['@immich/justified-layout-wasm']
}